Viewing 15 posts - 331 through 345 (of 2,647 total)
SA-1 (8/6/2012)
August 6, 2012 at 2:30 pm
SA-1 (8/6/2012)
We could either restore from backup or replicate data or sync using SSIS to instance_2.
I think this should work:
Use Identity...
August 6, 2012 at 1:33 pm
GSquared (8/6/2012)
Maintaining unique identifiers across computers is pretty much what GUIDs were invented for.Take a look at GUID and UNIQUEIDENTIFIER online. You'll find the relevant data easily enough.
True, but...
August 6, 2012 at 1:19 pm
SA-1 (8/6/2012)
August 6, 2012 at 1:12 pm
What is the stored procedure? Maybe if you post that and some DDL for the tables it is referencing, we can help optimize it so that it does not cause...
August 6, 2012 at 1:08 pm
dj1202 (8/6/2012)
August 6, 2012 at 1:04 pm
SA-1 (8/6/2012)
ex:
tbl_Account has account_id as identity column, however, i need to...
August 6, 2012 at 1:00 pm
tim.cloud (8/6/2012)
However, I can tell you first hand that it does work, and it's a pretty flexible solution other than having to...
August 6, 2012 at 12:50 pm
tim.cloud (8/6/2012)
I used this tutorial from Microsoft:http://msdn.microsoft.com/en-us/library/ff928700.aspx
It actually works very well, and the only object type that is not supported is FileStream.
Interesting. Though it seems to be a lot...
August 6, 2012 at 12:45 pm
tim.cloud (8/6/2012)
Use the Microsoft SYNC framework. Takes out the guesswork.
o you have a sample article or any information about putting this together? Since they have deprecated Transactional Replication with...
August 6, 2012 at 12:34 pm
If you query directly from serverA, is the data updated? How did you verify that your update statement affected data?
August 6, 2012 at 9:32 am
Did you open a transaction for the update and not commit it?
August 6, 2012 at 9:29 am
We handle this a bit differently, and it depends on your space allowance... We take a backup every night of said database, and then restore it to databaseName_dayOfWeek. We...
August 6, 2012 at 9:20 am
Strange... What about the TRACE_PRODUCE_BLACKBOX option?
From BOL: No filename can be specified. The file will be saved as: N'%SQLDIR%\MSSQL\DATA\blackbox.trc'
Don't have time to set one up and test it, but maybe...
August 6, 2012 at 8:22 am
Viewing 15 posts - 331 through 345 (of 2,647 total)