Viewing 15 posts - 2,671 through 2,685 (of 2,904 total)
It's the SQL Server, either the name or the IP address. If the name doesn't work it's due to a DNS issue (no name resolution). When you supply your login...
June 24, 2003 at 6:58 am
Were any changes made to the Operating System? I've restored successfully after upgrading Service Packs to SQL Server so that shouldn't be your problem. But upgrading your operating system could...
June 24, 2003 at 6:52 am
I don't believe you can do what you are trying. Commas are not integers. The data you are trying to put into @na is a string, therefore the datatype needs...
June 24, 2003 at 6:44 am
I have done this with success:
WHERE mydate > CONVERT(CHAR(8), GETDATE()-1,1) + ' 05:00:00.000'
and mydate < CONVERT(CHAR(8), GETDATE(),1) + ' 05:00:00.000'
You can change the time to be whatever time you desire,...
June 24, 2003 at 6:40 am
If both nodes of the cluster can see and use the data at the same time that's an active/active setup. It also means you have to have two Enterprise Licenses...
June 24, 2003 at 6:27 am
It may be a problem with settings on your computer. I've never seen the forum nor the registration page as 'black-on-black'.
-SQLBill
June 24, 2003 at 6:24 am
ianscarlett,
eljeffo never did a full backup, ever. To my knowledge and according to what I've read in the BOL, you can only restore a transaction log to a full backup....
June 23, 2003 at 8:25 am
Here's the update (after working 36 hours of overtime). SQL Server and my data came up just fine. If you are moving SQL Server databases to a new set of...
June 23, 2003 at 8:19 am
The big thing here is that we are NOT moving SQL to new directories, new drives letters, etc. We are just moving to a new set of hard drives that...
June 21, 2003 at 7:10 am
Install SQL Server (pretend you are doing a new install). You will get to a window where you can set the instance name. There will be an option for the...
June 20, 2003 at 1:09 pm
In preparation to moving my server files to new array, I had to move one database from one server to another. When I tried to add users to the database...
June 20, 2003 at 10:56 am
DALEC,
I'm sorry that you were treated that way. I can't figure out why some men seem to think women are unable to be as smart as or smarter than a...
June 20, 2003 at 7:39 am
Thanks Brian but that's not quite what I'm looking for. His directions are for moving them to another drive or drive partition. We are moving them to a whole new...
June 20, 2003 at 7:21 am
As Steve said, there are lots of intangibles. In the Washington D.C. area a security clearance can add $10K to $20K t your salary depending on which level you hold.
Sometimes...
June 18, 2003 at 12:25 pm
I'm not sure I completely understand you, so...
Are you saying you already have SQL Server databases and that you just want to be able to connect to them?
If so, you...
June 18, 2003 at 12:09 pm
Viewing 15 posts - 2,671 through 2,685 (of 2,904 total)