Viewing 15 posts - 1,126 through 1,140 (of 1,413 total)
You can run the SQL statement dynamically and concatenate the variable into the statement, that way it would work. Why do you want to do this?
--
Chris Hedgate @ Apptus Technologies...
March 26, 2003 at 3:25 am
Detaching the database is done with the system stored procedure sp_detach_db. This will drop your database from the server instance, but will not delete the files. You can then copy...
March 26, 2003 at 3:24 am
Just make sure they don't include checking of SQL Server data and log files, then there should not be a problem.
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
March 26, 2003 at 3:20 am
Hmm, the forum code is having fun with us.
I guess it is this row of code that displays the date in the strange way:
March 26, 2003 at 3:19 am
Try this:
DBCC SHOWFILESTATS WITH TABLERESULTS
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
March 26, 2003 at 3:11 am
Ah, great that it's OK now. Interesting however what caused this. Probably have to wait until next time it happens to find out.
--
Chris Hedgate @ Apptus...
March 26, 2003 at 3:07 am
Ken, it looks pretty cool and I'll have a better look at it later. However, just a note, you can set up a linked server from SQL Server to...
March 26, 2003 at 3:04 am
quote:
I am trying to connect via TCP/IP instead of named pipes. I am not sure how to use named pipes. ...
March 26, 2003 at 3:00 am
Dalton, could you post the code used to display the data from ADO Recordsets?
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
March 25, 2003 at 2:21 pm
Hmm, interesting. I found the part in BOL so you don't need to worry about me misunderstanding you. They are not talking about erasing the registry in Windows, it describes...
March 25, 2003 at 1:34 pm
What network protocol are you using to connect?
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
March 25, 2003 at 1:22 pm
YEs, I think it will be faster. Another option is to simply detach the database from instance A, copy the files (at least the data files, log files will be...
March 25, 2003 at 1:19 pm
Why don't you just make a full backup of the database on instance A, then try to restore it to instance B. If this works then you know the backup...
March 25, 2003 at 12:28 pm
Simple answers: yes, yes, yes.
Not so simple answer: It depends.
For the last question the answer is definately yes, you can set up multiple databases on any...
March 25, 2003 at 11:37 am
Never heard of that, but of course there could be some bug in it that could do that. Where did you read it?
Do you have any alerts defined?
--
Chris Hedgate @...
March 25, 2003 at 11:31 am
Viewing 15 posts - 1,126 through 1,140 (of 1,413 total)