Viewing 15 posts - 196 through 210 (of 2,268 total)
can you post your table DDL?
that insert will work 2008 as well
September 26, 2011 at 12:10 pm
The way I would do it would be to use a staging table on your destination server to stage the 1 millions updated rows and then do the update via...
September 26, 2011 at 12:07 pm
if that table is as stated with the date columns as datetime then that insert should work,
any chance there is a trigger on the table?
September 26, 2011 at 12:00 pm
its a connection to the sql server object library, you can't select data from it like you would an OLEDB connection, you can only select objects.
Underneath i think it...
September 26, 2011 at 11:56 am
why don't they write a procedure to restore log backups ?
also you can also t-log backup can be done with diff backups so they wouldn;t be losing anything if...
September 26, 2011 at 11:49 am
mw112009 (9/26/2011)
"Trasnfer SQl Server Objects Task" component.
This might be the best way to get around the issue.
The...
September 26, 2011 at 11:43 am
if you are interested in Nano seconds.
then use;
select SYSDATETIME()
September 26, 2011 at 9:51 am
mw112009 (9/26/2011)
Are you telling me a variable can handle more lines of code ?
1.)So then put the stored proc inside the variable ?
2.)Asign the...
September 26, 2011 at 8:18 am
are you also doing some form of caching in the web server?
September 26, 2011 at 8:17 am
put the stored proc into a procedure and then use the variable in the task
September 26, 2011 at 8:13 am
GilaMonster (9/26/2011)
prakash 67108 (9/26/2011)
its like stop operating the database...or broken up.."My car's like broken, how do I fix it?"
Get your backup car out of the garage and drive that..
problem...
September 26, 2011 at 6:31 am
prakash 67108 (9/26/2011)
nope...i don't have
can you let us know a bit more about the problem, because you say you want truncated data back, and then you say your db is...
September 26, 2011 at 5:20 am
prakash 67108 (9/26/2011)
Hi,is it possible to retrieve the crashed database back?
Thanks
do you have a backup?
you need to answer this in order for us to really help.
September 26, 2011 at 5:13 am
you could setup your SSIS packages to do an incremental load based upon a create/modified date in the source, and then from there use either an update transformation or...
September 26, 2011 at 5:12 am
prakash 67108 (9/26/2011)
Whats the difference between delete and truncate then..?
i hope this is the difference...i have read at some where that
restoring the data back is possible if we truncate the...
September 26, 2011 at 5:01 am
Viewing 15 posts - 196 through 210 (of 2,268 total)