Viewing 15 posts - 151 through 165 (of 628 total)
kienway (3/31/2009)
The setting is as per below.
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Microsoft Windows 2000...
March 31, 2009 at 11:58 pm
Heh I don't know why Mirosoft doesn't make that option avalaible in the GUI.
I really don't like the backup GUI interface that comes with SSMS; I would the file selection/path...
March 31, 2009 at 1:30 pm
sqlfriend (3/31/2009)
thank you.
I'm not quite sure what you mean (I'm probably too new to the topic): I was looking for an option to use V.2000 of the SQL...
March 31, 2009 at 12:22 pm
As Ramesh suggested the GUI interface will not show you network drives or network servers. But you can enter in any path the SQL Service account has access.
You can...
March 31, 2009 at 12:15 pm
What database the user has access to? Can you confirm their permissions are correct in the database in question?
Mohit.
March 31, 2009 at 12:05 pm
To check for 3GB or sorry PAE (Physical Address Extention) not PWE switch are enabled in the BOOT.ini file on the root of C:\.
Those errors are saying your OS was...
March 31, 2009 at 12:03 pm
Name resolution problems? IP looks like personal network? Two options ...
try setting up HOSTS file with your server IP / Name...
try using SQL Browser service.
Thanks.
March 30, 2009 at 11:13 pm
What I do on servers that I suspect the databases/logins are not being used is setup a DBManagement database. That gets populated with connection information every min by SQL Agent...
March 30, 2009 at 11:07 pm
Database mirroring doesn't care about compatibility mode; you should be able to use the SQL Native Client to connect to database running in 2000 compatibility mode.
For example:
Provider=SQLNCLI;Server=myServerAddress;Database=myDataBase;Uid=myUsername; Pwd=myPassword;
Provider=SQLNCLI;Server=myServerAddress;Database=myDataBase;Trusted_Connection=yes;
These connection strings...
March 30, 2009 at 11:03 pm
Yes you can ignore it it does not affect the operations of your SQL ... as per this KB article. You will get some inaccurate numbers if you are...
March 30, 2009 at 10:55 pm
In 2000 it's pretty much same thing...
Check the Scan Density [Best Count:Actual Count] to see how much hopping around a scan will have to do; this value should be close...
March 30, 2009 at 10:51 pm
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Product Level = SP.
Also a good reference is http://sqlserverbuilds.blogspot.com/ to see your build :).
Thanks.
March 30, 2009 at 8:30 pm
As Gift said it should be supported; as Microsoft does not mention anything in their feature list document here.
Thanks.
Mohit.
March 30, 2009 at 8:25 pm
Swirl80 (3/27/2009)
March 30, 2009 at 4:45 pm
Hmm oops I ran it on SQL 2008; I'll check it on 2005 and get back to you. Sorry.
Mohit.
March 30, 2009 at 4:39 pm
Viewing 15 posts - 151 through 165 (of 628 total)