Viewing 15 posts - 31 through 45 (of 66 total)
Would the only way to get these changes be the way RedGates application does it by comparing 2 databases and then telling what is differences are between the 2 databases?
or...
August 18, 2011 at 2:58 am
Sorry, What I'm looking to do (if it's possible) is to read through the transaction logs and get all the sql that is executed to create the specific log.
In the...
August 18, 2011 at 2:25 am
I have added
EXEC sp_MSForEachTable 'DBCC CHECKIDENT ( "?", RESEED, 0)'
to the end of my script. This resets the seeds where possible. Will just need to wait for it to...
August 17, 2011 at 6:01 am
It doesn't handle SEEDs as it's not doing a truncate, from what I know a truncate will only reset the SEEDs on a table. If you try TRUNCATE you'll get...
August 15, 2011 at 9:49 am
Thank you, I've been searching now to find out how to add these words but am having no luck . Could you please give me something I could search for...
August 12, 2011 at 6:10 am
I have the full word 'Jenny' in the table will adding to the thesaurus be able to make me search for 'jen' and get 'Jenny'?
August 12, 2011 at 5:58 am
can't have a single statement as there system has all there scripts and our security system has its scripts that access each of there own Email Address feilds. I know...
July 27, 2011 at 10:19 am
We're intergrating our security in another companies existing application so would like to change our Email Address feild to point to the email address in there table as a lot...
July 27, 2011 at 9:36 am
Is there something I can put into query to make it never cache?
July 21, 2011 at 7:29 am
Thanks everyone, I have changed some things I do as they didn't make sense but thought it was the right way to do them. 😀
July 19, 2011 at 4:57 am
kramaswamy (7/18/2011)
July 18, 2011 at 8:44 am
Viewing 15 posts - 31 through 45 (of 66 total)