Viewing 15 posts - 286 through 300 (of 535 total)
have a look at this SP
SP_ATTACH_SINGLE_FILE_DB
BOL Ref - ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/13bd1044-9497-4293-8390-1f12e6b8e952.htm
February 26, 2009 at 6:13 am
chr_koffe (1/21/2009)
January 22, 2009 at 2:32 am
the best two options would be to either backup and restore (if you want to keep the database on the origional server as well) or detach and reattach if you...
January 21, 2009 at 1:53 am
I am also open to any other suggestions of how i could read this data into SQL/ from SQL. I only have SQL 2008 workgroup so i dont get...
January 8, 2009 at 3:25 pm
madhu.arda (1/2/2009)
We have data files on D drive and log files on F drive and tempd on G drive and Backups are Z drive ,but still SQL BPA telling...
January 3, 2009 at 4:42 am
what does the structure of "aaa" and "bbb" look like? Instead of your select * you need to select the one value you want. if you think about...
December 14, 2008 at 9:56 am
why dont you use a UNIQUE contraint rather than using this trigger for data integrity? Then get your app to check that the insert doesnt fail, if it does,...
November 16, 2008 at 8:09 am
ive sussed it, the recovery model (tran logs are backed up hourly) and the alter table were not the culprit after all. I had started to replicate a table...
November 12, 2008 at 1:14 pm
Perry Whittle (11/12/2008)
GilaMonster (11/12/2008)
indexes were been rebuilt sunday evening. Those are logged operations and the log reader has to read through them.
not logged under simple or bulk logged recovery models...
November 12, 2008 at 10:42 am
ok a quick update, i amended the logscan threshold from 500000 to 5million. I left it an hour and still no luck, tran log was still growing and disk...
November 12, 2008 at 9:11 am
TRACEY (11/12/2008)
What service pack are you on ...we are on CU6 and not had these problems...i have...
November 12, 2008 at 7:44 am
Thanks for the quick reply Gail, its the transaction log on the publicated database. I have just found out one of the developers has indeed run an alter table...
November 12, 2008 at 7:36 am
why would you want to loop it? why not batch load it?
if you really want to loop it declare a variable as int, set it to 1 and do...
October 30, 2008 at 3:25 pm
what edition of sql is the new instance? I think that Express doesnt ship with maint plans, and possibly workgroup edition too (2008 Workgroup definately doesnt)
October 23, 2008 at 4:08 pm
Jim Russell (10/2/2008)
October 2, 2008 at 5:29 am
Viewing 15 posts - 286 through 300 (of 535 total)