Viewing 15 posts - 5,641 through 5,655 (of 18,926 total)
hidayath (5/31/2011)
oh your right working on simultaneoulsy on SQL 2008 and 2000 so got messup in posting .🙂
So you're all set?
May 31, 2011 at 7:07 am
hidayath (5/31/2011)
yah but using sql server 2000 versionAny how thanks 🙂
DTS still might be a good option...
PS this is sql 2008 forum so you might want to pick...
May 31, 2011 at 7:03 am
hidayath (5/31/2011)
good , so there is no alternative to used the direct statment
Yes drop the table and recreate it.
Looks like you're looking a little more at a project where SSIS...
May 31, 2011 at 6:58 am
ashok.faridabad1984 (5/31/2011)
Please explain then why execution plan is index seek for the below query in the same situation ,index created on the table is still non clustered :
select name,id...
May 31, 2011 at 6:57 am
Create a proc and exec the proc instead of 4 part truncate.
May 31, 2011 at 6:55 am
avir673 (5/31/2011)
May 31, 2011 at 6:46 am
forsqlserver (5/31/2011)
Thanks Gail, I have already said this is my test DB,I have 2 GB RAM ...
Dude simple math. You have 2 GB or ram. Most likely all of...
May 31, 2011 at 6:41 am
Works for me on sql 2005 with case sensitive server so the query is good.
Are you sure this is sql 2005 and not 2000-?
Can you run that query login in...
May 31, 2011 at 5:56 am
Here's another fun test.
Restore 1 small db. Then grow the files by 1 Gb in a loop untill it fails (either drive full or the previous error).
I googled the...
May 30, 2011 at 4:13 pm
hxkresl (5/30/2011)
Do I need to add error handling?...
May 30, 2011 at 4:11 pm
It's just a matter of ordering the output of the command... what have you tried and where are you getting blocked??
May 30, 2011 at 12:11 pm
Take a backup of a small and try restoring it to the same driver / folder that is giving you the error.
That may also give you an opportunity to figure...
May 30, 2011 at 11:48 am
It's quite possible that those errors are due to waits for the db to autogrow. At some point it could also be due to physical fragmentation in the db.
I'd...
May 30, 2011 at 11:43 am
Not sure I understand the question. From here on out it's just a matter of knowing which tables / columns need to be changed.
Is that where you need help?
May 30, 2011 at 11:38 am
Are you connected on the correct server for the restore?
Does the server have enough permissions to write on the disk(s)?
May 30, 2011 at 11:36 am
Viewing 15 posts - 5,641 through 5,655 (of 18,926 total)