Viewing 15 posts - 91 through 105 (of 177 total)
Of course we're all so busy trying to get you to change your design, we're kind of ignoring your actual question:
quote:
is...
December 23, 2003 at 8:05 am
You might be able to use smalldatetime, which gives you January 1, 1900, through June 6, 2079. That is only four bytes as well.
December 22, 2003 at 2:06 pm
quote:
Also any network "drives" you have need to be mapped permanently WHILE YOU ARE LOGGED in as the MSSQLSERVER account. Not using...
December 22, 2003 at 1:56 pm
Is there a trust relation set up between the two domains? Have you created a login in SQL Server for the user in the other domain?
December 22, 2003 at 1:49 pm
I have not tried this myself, but I suspect that you're having a problem, because SQL 2000 was installed as a default instance. I think MSDE has to be...
December 22, 2003 at 1:45 pm
Would a trigger serve your purposes, or is there data transformation that would cause too much overhead?
December 22, 2003 at 9:25 am
Is there a reason you're not using DateTime?
December 22, 2003 at 7:31 am
If you want to use file groups so that you can backup parts of your database at different intervals, you do need to backup your tables and indexes at the...
December 22, 2003 at 7:28 am
There are lots of ways, depending on your budget. The best solution would be to get some sort of monitoring software such as Patrol or HP OpenView. These...
December 22, 2003 at 7:18 am
If you execute the following, you should be OK.
updatemsdb..sysjobs
setoriginating_server = CONVERT(NVARCHAR(30), SERVERPROPERTY('ServerName'))
go
December 21, 2003 at 12:55 pm
1 GB isn't very much. I've seen the OS routinely take up that much or more by itself.
I believe that it is as I suspected; the delay...
December 21, 2003 at 12:28 pm
How much physical memory is on the server, how much memory is used during those peak times, and how much memory did the vendor set for fixed allocation?
If I had...
December 20, 2003 at 9:08 am
Can't explain the errors, but you would not expect it to fail over in this scenario. If you go into cluster manager and look at the properties for the...
December 19, 2003 at 10:25 pm
Viewing 15 posts - 91 through 105 (of 177 total)