Viewing 15 posts - 36,796 through 36,810 (of 49,563 total)
thomas.garay(8/27/2009)
It must be able to be done some how...
It's not possible. Files and filegroups are intrinsically linked to the databases that they are part of and there is no...
August 27, 2009 at 8:39 am
thomas.garay (8/27/2009)
I need helkp in figuring out how to move an NDF file from a DB to a totally different DB.
Cannot be done.
You will have to read the...
August 27, 2009 at 8:04 am
Create a transactional replication publication with at least one article in it. Once you've gone all the way through the wizard and the publication has been created, drop the publication...
August 27, 2009 at 8:01 am
You should be able to do that, as long as you exclude the ntext column. That's got damaged pages and there's no way SQL's going to read those. But then...
August 27, 2009 at 7:59 am
Amit Singh (8/27/2009)
my understanding is that clustered index only has column data not the row
The leaf level has the entire row, the non-leaf levels have just the clustering key
.... else...
August 27, 2009 at 7:25 am
Ness (8/27/2009)
August 27, 2009 at 7:23 am
Mostly the same rules apply to dynamic SQL as to normal code. Make sure that the query can use indexes, make sure that there are appropriate indexes.
I really can't say...
August 27, 2009 at 7:09 am
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic777774-145-1.aspx
August 27, 2009 at 7:02 am
Personally I mostly use % idle time, avg sec/read and avg sec/write. Doesn't matter what the underlying storage is, if the idle time is low and the sec/read or sec/write...
August 27, 2009 at 6:59 am
FredS (8/27/2009)
I would pass @Area and @Area_key to the Stored Procedure and it would return the same fields, but based on differing criteria.
Not a good idea. There's a number of...
August 27, 2009 at 6:42 am
There's a couple of tricks to doing this in SQL 2005 and below, but there's no easy way of doing it.
One option is to create an indexed view that filters...
August 27, 2009 at 6:41 am
Paul Randal (8/27/2009)
I really need to write a comprehensive guide to CHECKDB errors and troubleshooting corruption...
Somehow I don't think that would be a short document... more like a doorstop 😉
How...
August 27, 2009 at 6:30 am
Grant Fritchey (8/27/2009)
August 27, 2009 at 5:56 am
Not doing Neotel. I've had more than enough of wireless. I'm tired of the latency and the connection problems every time it rains. Besides, the high-speed internet's not available in...
August 27, 2009 at 5:21 am
Viewing 15 posts - 36,796 through 36,810 (of 49,563 total)