Viewing 13 posts - 1 through 13 (of 13 total)
ok since our connections are read only web connections killing sessions doesn't hurt anything, IMHO. I do use the roll back immediate in my code to alter the DB, but...
September 18, 2013 at 7:14 am
Hi -
OK so when I say step(s) you say batch(s) because that is how SQL executes it as batches. As far as the Single User Mode, I took your suggestion...
September 18, 2013 at 6:51 am
Hi -
One more follow up question I am trying to understand how jobs really work. When I had this job as 'all in one step' it worked most of...
September 18, 2013 at 6:04 am
Hi thanks - that will help with one of the issues we are having but I guess I didn't ask my question correctly.
What I am trying to understand is...
September 13, 2013 at 9:57 am
the alter db was an extra step I put in after the switch over to SQL Server 2008 when reading about getting exclusive access. There were a few applications that...
August 6, 2012 at 3:42 pm
Oh one more point. My input is an OLE DB source, and my destination is a SQL Server destination. My import version had these both as OLE DB and I...
April 9, 2009 at 12:53 pm
Zach,
Actually when I said changes, I meant the data changes, not any database schema changes. We are updating tables in the database and then shipping those updates across the enviroments.
Joe
March 25, 2004 at 9:11 am
Maybe I didn't undertand these responses, I tried restoring the databases with the NORECOVERY option and it didn't work. Any example sql so maybe I can figure out what I...
March 24, 2004 at 3:02 pm
Terry,
Where is the client? (seperate machine from your SQL Server?) If you are running the exe for the sp on the same machine as the server, that is why it...
October 22, 2003 at 8:22 am
quote:
We have a production server that is up 24/7. Right now the properties of the tempdb are set to automaticlly grow files...
April 18, 2003 at 11:01 am
thank you. I wasn't how my sql was supposed to be ordered, it worked, so I now I have it for future reference,
January 13, 2003 at 8:36 am
I want to add additional data where the primary key doesn't exist. For example, I have PK's 1-100, I have new records 101-150. I want to add those 50 new...
January 13, 2003 at 7:33 am
Viewing 13 posts - 1 through 13 (of 13 total)