Viewing 15 posts - 1 through 15 (of 27 total)
kamleshsinhchauhan (1/31/2012)
How can move table into filegroup and take a backup from that???Please explain
Here is the steps to move table to different group
http://www.sqlservercentral.com/articles/Administration/64275/
January 31, 2012 at 3:10 am
There is no option to backup on table level. but you can use select * into to copy the table data and definition. other option is you can move...
January 31, 2012 at 2:50 am
Read this article.
http://www.sqlservercentral.com/articles/Performance+Tuning/ospr/666/
January 31, 2012 at 2:34 am
January 31, 2012 at 1:38 am
Check this link for user schema separation.
http://msdn.microsoft.com/en-us/library/ms190387(v=sql.90).aspx
January 30, 2012 at 11:38 am
do you want to loop the SP on select list of a table?
January 30, 2012 at 11:23 am
I don't think so. you have to stop the trace then change the filter and start it again.
January 30, 2012 at 11:12 am
the spid went in rollback state it will take time to rollback.
Execute Kill Spid with Statusonly
and see till what % that has been completion.
More Information:
January 30, 2012 at 11:00 am
Try the steps mentioned in the below link.
January 30, 2012 at 10:53 am
Eswin (1/30/2012)
Hi Expertz,Can anyone please give me a query to find when was the last database mirroring failover recorded.
Check this
January 30, 2012 at 4:39 am
Charmer (1/30/2012)
I have a variable which has to receive the value from a column of a table .
my Query is like " Select JurisID from the...
January 30, 2012 at 3:51 am
Viewing 15 posts - 1 through 15 (of 27 total)