Viewing 15 posts - 1,816 through 1,830 (of 2,897 total)
Silverfox (9/2/2009)
1st one does it for partitioned tables
and the others dont answer it either.
the op wants to know which file in a multiple filegroup scenario contains...
September 2, 2009 at 10:03 am
If you choose to kill a long running process, you can get an idea of how long it will take by running the KILL statement again. It will return a...
August 31, 2009 at 10:34 pm
Sounds to me as though you followed the correct steps ... there's not much to it.
August 31, 2009 at 8:20 pm
You're trying to run 2005 code in 2000. You might be better off posting in the 2000 forum since many here in the 2005 forum no longer have 2000.
Maybe...
August 31, 2009 at 9:21 am
sreeya (8/28/2009)
Can we restore only a single column instead of whole database?
We took backup later other teams made some changes to the database,I tried to update a column to...
August 28, 2009 at 8:17 pm
Steve Jones - Editor (8/28/2009)
August 28, 2009 at 8:05 pm
sp_msforeachdb ?
August 28, 2009 at 7:55 pm
Do you want to restore on top of the existing database ? Or restore to a new database & leave the current intact ? You can use this option...
August 27, 2009 at 2:39 pm
I think one issue can be when using temp tables in Tempdb that join to tables in other databases. Since they will have different collations you may have to put...
August 24, 2009 at 2:55 am
SK (8/23/2009)
August 23, 2009 at 10:38 pm
Back in my AS/400 days, I wrote my own "Where Used - Last Used" tool to capture similar information. I could do the same thing here and put the results...
August 10, 2009 at 12:03 pm
Remember that the values in sys.dm_db_index_usage_stats are reset whenever SQL is restarted, so an index that shows unused is only since the last restart.
BOL: "The counters are initialized to...
August 9, 2009 at 12:12 pm
Be sure that there is no activity on the database first because they will get disconnected.
August 7, 2009 at 2:24 pm
Did you ever find the cause & solution ? I just encountered this same thing, except in SQL 2005 running legacy DTS jobs.
August 6, 2009 at 10:21 am
Viewing 15 posts - 1,816 through 1,830 (of 2,897 total)