| Thread | Last Post | Replies |
|
| Restore a copy of one database over another database | 25 Jul 2008 21:32 GMT | 2 |
Hello, we have a live production database and then another database that is just for testing purposes. We would like to update the test database so that it is identical to the live database. Someone told me that I can just take a copy (i'm assuming he means backup) of my live ...
|
| What is an OPTIMIZED nested loop? | 25 Jul 2008 21:16 GMT | 8 |
i'm looking at a query running on two different servers. It's the same query, but in the SHOWPLAN and execution plan in QA on one server show the keyword OPTMIZED. e.g.:
|
| How to kill users | 25 Jul 2008 20:18 GMT | 2 |
Interesting subject to be sure. I have MS SQL 2000. Normally my users are logged in via Terminal Services. So to kill off the users I would log them off via TM Manager. However, I now have some FAT clients that do not use TS. I can see the
|
| Need some book recommendations on SSIS | 25 Jul 2008 19:54 GMT | 2 |
Can anyone and everyone offer suggestions on a novice to intermediate book or books to get on SSIS?
 Signature ASP, SQL2005, DW8 VBScript, Visual Studio 2005, Visual Studio 2008
|
| SQL SERVER 2005 Service Pak 2 update (KB948109) extraction failed | 25 Jul 2008 19:01 GMT | 1 |
I am an XP Home user and Windows OneCare has tried to install SQL SERVER 2005 Service Pak 2 (KB948109). It fails to update. OneCare technicians say its not their issue to fix. Error Message reads: hotfix.exe is not a valid WIN 32 Application. Extraction failed:
|
| Where are my SQL Server Agent Steps in SQL Server 2005? | 25 Jul 2008 18:04 GMT | 2 |
I'm trying to migrate from SQL Server 2000 to SQL Server 2005. I've written a number of SQL Server Agent jobs that do database backups every night in SQL Server 2000. I'm trying to copy the steps from these jobs that were created in SQL Server 2000 to corresponding jobs in SQL ...
|
| update question | 25 Jul 2008 17:46 GMT | 2 |
why this update INTERFAC SET PARENTGUID = COMPUTERINFORMATION.GUID generates this: Server: Msg 107, Level 16, State 3, Line 1
|
| time token leading zeros | 25 Jul 2008 13:10 GMT | 8 |
Is there a simple way to get the time token $(ESCAPE_NONE(TIME)) to always show with six numbers, rather than dropping leading zeros?
|
| Problem with Datetime when passed as paramater to stored procedure | 25 Jul 2008 11:50 GMT | 10 |
I am having a problem with a datetime when passed as a paramater in a procedure. To demonstrate the problem I have created a small procedure which selects from a view which has a datetime column.
|
| Restore databases from 2005 SP2 -> RTM | 25 Jul 2008 08:07 GMT | 3 |
Is it possible to restore a backup from a SQL Server 2005 SP2 installation to a SQL Server 2005 RTM installation? (RTM = no service packs installed) In case there are no backups, is it possible to copy the SP2 database
|
| SQLAgent Will Not Start - Error 1053 | 25 Jul 2008 08:06 GMT | 6 |
I am running SQL Server 2005 SP2. I am unable to get the SQL Server Agent (MSSQLSERVER) service on Local Computer to start under any account other than Local System. The error is: Error 1053: The service did not respond to the start or control request in a
|
| Move installation or databases | 25 Jul 2008 06:26 GMT | 8 |
Hi, I need to move a SQL 2005 installation to another drive, or at least all its databases. How do I go about it?
|
| DeadLock on Index | 25 Jul 2008 04:46 GMT | 6 |
I found a deadlock situation during stress testing our ASP.Net app. The deadlock is on a primary key index between two select statements select against the same table where the index sits. How could deadlock happen in Select statements is just beyond me.
|
| multiple instances of SQL Server | 25 Jul 2008 02:24 GMT | 4 |
We are considering installing an instance of SQL Server which would serve as a back-end to Sharepoint. There is alrready a default instance of SQL Server 2005 on this server but the collation is case sensitive and Sharepoint requires case insenstive.
|
| problems using linked server. | 25 Jul 2008 02:07 GMT | 1 |
Hi, I am using a store procedure that calls another three store procedures. Two of them use linked server. When I run this two store procedures on the query analizer it works fine, but when I run the store procedures from the application displays
|