| Thread | Last Post | Replies |
|
| SQL Server 2005 default schema doesn't appear to be working | 16 Jun 2008 22:55 GMT | 2 |
I'm currently testing SS2005 (the free version, Express I believe) for work and I am trying to use the default schemas to mimic the search_path ability of Postgres but it doesn't seem to be working. For example:
|
| BCP fails in 90 when it succeeds in 80 | 16 Jun 2008 16:40 GMT | 3 |
I'm trying to BCP out a temporary table (this is actually occuring in an application and with the connection still open that "owns" the temporary table, the application launches BCP.EXE to move the data to the file system). The command line is of the form:
|
| SQL 2005 Server - Backup & Restore Vs NTBackup. | 16 Jun 2008 15:45 GMT | 2 |
Is someone able to tell me if there is a good reason why 'not' to use windows NTBackup to backup and restore databases in a disaster recovery scenario? I was testing some restore methods on a SQL 2005 server, to which i found that a SQL restore (to my suprise) failed 2 / 5 times, ...
|
| Log Shipping Question | 16 Jun 2008 15:43 GMT | 2 |
I'm quite new in database field as a Database Aministrator. Appreicate if anyone able to help me on this. We receive several trouble ticket regarding Log Shipping job failure issues. When i check the database status in MS SQL, the database status show as
|
| TempDB performance | 16 Jun 2008 14:46 GMT | 8 |
I know I am having TEMPDB performance issues. Currently TEMPDB has only 1 data file and one log file. Both reside on the same SAN drive. I have been tasked with improving the performance, but I cannot make changes in production without proof that my suggestions
|
| Maintenance plan : delete old backups | 16 Jun 2008 14:43 GMT | 5 |
Is there a way to delete backup files older than a month. Every day SQL maintenance plan makes a file like this: database_backup_200806161420.bak But now i have manually delete files after a month ... because backups older
|
| Email report of maintenance plan | 16 Jun 2008 13:35 GMT | 6 |
Anyone an idea why my maintenance plan doesn't send me a report by mail? I created an agent and tested with succes ... and configured the maintenance plan to send the report by mail to this agent. The report is written to the given folder but he doesn't send me an email report.
|
| sql code metrics | 16 Jun 2008 09:09 GMT | 1 |
Hi. Am using MSSQL 2005 Express, Management Studion Express. I've created a number of sql script files that create SPs, Functions, View etc. How can get the following metrics by going thru all the script files (located under a certain directory).
|
| 2005 Table partitioning | 16 Jun 2008 06:36 GMT | 7 |
My boss read a white-paper on 2005 table partitioning and wants to implement the idea to ease performance issues we are having. What is the general consensus on table partitioning? I am trying to implement the traditional File Group/Disk Partition model. I think it is a
|
| How to check performance of Database on clustering? | 16 Jun 2008 06:33 GMT | 4 |
I have a lot of database on clustering server and when some database run report or import data to database, another database perform very slow. How to verify which database is the cause? and I would like to seperate some database to new clustering to solve the problem but I want ...
|
| Access to DB Mail | 16 Jun 2008 06:18 GMT | 8 |
Have a database whose owner is named MyDbOwner. Need to give select access to msdb.dbo.sysmai_account and execute permissions on the send mail sp. use MyDb
|
| SQL DBA needs to access SQL SERVER? | 16 Jun 2008 06:07 GMT | 6 |
Does SQL DBA needs to access sql server, I mean remote desktop conntection for some dba duties at server. Thanks
|
| SQL 2005 Backups | 16 Jun 2008 04:10 GMT | 13 |
I'm trying to set up a maintenance plan that backs up the transaction logs THEN the databases, as I have successfully done with SQL 2000. I get the following error: NEW COMPONENT OUTPUT
|
| tunning | 15 Jun 2008 23:18 GMT | 2 |
Good morning, I do not have much experience in SQL, which is why I need your help. What steps should I continue to make a running SQL server and DBS?. You can defragment the DBS with some software?. I bought the PerfectDisk 8, but I dare not pass it.
|
| Identifying a record from a KEY: value | 15 Jun 2008 19:28 GMT | 3 |
I have a key value KEY: 6:72057385990435552 (e02060869ca0) I can see that it is in database 6 and can get the index name from 72057385990435552. But how can I find out which record (e02060869ca0) is?
|