Viewing 15 posts - 451 through 465 (of 535 total)
Thanks much. Basically what I'm doing is DTSing 33 rows from a .csv file to my table - so it doesn't look like I need to set identity insert on.. ...
March 21, 2006 at 8:07 am
I really can't just delete the original table.. I need to be able to roll back if the rows being inserted in the original table have any adverse effects.. Plus,...
March 20, 2006 at 1:52 pm
When I do this.. I'm still getting the below error....
truncate table mytable
go
set identity_insert mytable on
go
insert into mytable
select * from mytable_temp
go
set identity_insert mytable off
go
Server: Msg 8101, Level 16, State 1,...
March 17, 2006 at 7:24 am
was able to figure this much out with a little help....
TO ROLL BACK
truncate table mytable
insert into mytable
select * from mytable_temp
Now I'm getting this error:
Server: Msg 8101, Level 16, State...
March 16, 2006 at 11:57 am
OK. I have to truncate the original table before moving data back into it.. but what is the syntax to copy the data back to the original table??
March 16, 2006 at 10:38 am
WOW! a reply to an almost 2 year old post ... must be a record!!!!
February 28, 2006 at 11:39 am
Since I cannot connect to the Destination Server (it is on an entirely different Network at a 'sister company') I'll try saving the DTS package as a Structured Storage File...
February 28, 2006 at 8:20 am
I don't know if I can help with your particular problem ... but I do know that I've gotten GP help (both GP Application and Backend DB help) on this...
February 1, 2006 at 7:07 am
I Backup ALL my databases locally and to a Network SHARE.
I use \\Servername\sharename\foldername for the Backup Destination
Make sure that whatever Domain Account you are using to Start SQL Server...
January 19, 2006 at 12:57 pm
If you are using one maintenance plan for both Full and xaction log backups, did you choose User Databases only or are you trying to backup ALL databases including the...
January 19, 2006 at 11:50 am
That was my feeling too.. 1 CAL for each Citrix Client - regardless of how many Citrix Based APPS they use - they all hit the same SQL Server..
My...
January 13, 2006 at 6:39 am
yes. that would be 50 MSSQL User CALS and not processor licenses that we have..
I don't reall make the decisions.. I was just asked to find out how the...
January 13, 2006 at 5:54 am
Viewing 15 posts - 451 through 465 (of 535 total)