Viewing 15 posts - 2,206 through 2,220 (of 4,745 total)
thanks for your help guys, the devs went with the option to write a function to determine if a date is within a BST period or not.
October 4, 2010 at 4:23 am
..........or you could just restore the backup 🙂
October 2, 2010 at 11:10 am
I don't think this is in the default trace but worth a check.
Otherwise best bet is from the backup history for the database. If you have a backup run restore...
October 2, 2010 at 10:50 am
replication will catch up.
October 2, 2010 at 10:39 am
CirquedeSQLeil (10/2/2010)
george sibbald (10/2/2010)
RichardDouglas (10/2/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
paul.knibbs (10/1/2010)
October 2, 2010 at 8:12 am
RichardDouglas (10/2/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
CirquedeSQLeil (10/1/2010)
RichardDouglas (10/1/2010)
paul.knibbs (10/1/2010)
October 2, 2010 at 5:08 am
Brandie Tarvin (10/1/2010)
MelissaLevitt (10/1/2010)
my configuration includes the connection strings.
What type of configuration are you using? XML, Environment, etc.
We use an XML file and only choose to save the Connection strings...
October 1, 2010 at 4:10 pm
BOL is as good a resource as any. You will have one BCP statement per table.
October 1, 2010 at 3:38 pm
newbieuser (10/1/2010)
Yes.. Our client sent a sql file with bunch of insert statements and I had to split the files to run in the query.. I thought BCP utility...
October 1, 2010 at 1:02 pm
we are trying this at the moment. I'll get back to you early next week. post here if you don't hear from me.
Incidentally we have already tried moving heavily used...
October 1, 2010 at 12:53 pm
I would agree with Gail that if this file is insert statements this is not the best way to do this. Presuming your client sent these files to you in...
October 1, 2010 at 12:46 pm
GilaMonster (10/1/2010)
Generate script with data is NOT one of the ways I'd recommend for moving the data. SSIS, mcp or import/export wizard are far more effective.
yes, having it done by...
October 1, 2010 at 12:40 pm
Is the script a bunch of insert commands? This would have to be done using the sqlcmd utility.
Any chance of breaking it down into segments, say by table?
does it...
October 1, 2010 at 12:36 pm
I wonder if the rate of posting has slowed since ASKSSC was started?
Interestingly if you view members profile it states that users no of posts out of the total. In...
October 1, 2010 at 9:44 am
Viewing 15 posts - 2,206 through 2,220 (of 4,745 total)