Viewing 15 posts - 1 through 15 (of 74 total)
From BOL
Important If you choose to use a Windows NT account that is not a member of the local administrator's group for the MSSQLServer service, users who are not...
May 19, 2006 at 2:18 pm
What hotfix on SP4 are you using?
Tim S
Edit: I am using build 2187
http://support.microsoft.com/kb/916287/
I just wonder if I have the problem.
May 18, 2006 at 11:37 am
May 3, 2006 at 1:53 pm
Try this below if you have I problem I will need table create scripts to fix it.
SELECT Age_Group
FROM
(
SELECT
LEFT((
CASE
WHEN DxAge >= '0' AND...
May 3, 2006 at 10:14 am
It should hide the databases with DB_ID less than 5 even if they have the guest user in them unless the user is in a server role.
I have not every...
May 2, 2006 at 11:45 am
The top-down data modeling technique will teach you how to create an integrated Logical Data Model, which is fully normalized and populated with key business attributes. The bottom-up data modeling...
May 1, 2006 at 2:46 pm
It is possible in SQL 2000.
Tim S
See MS Info AT
http://support.microsoft.com/default.aspx/kb/889696
See my post at
May 1, 2006 at 1:45 pm
Figured it out
SELECT *
FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'paradox 5.x;database=C:\Trax\COM\private\scratch\', carriers)
Where the paradox 9 file is at this path C:\Trax\COM\private\scratch\carriers.db
NOTE: I always heard it was not safe to write using...
April 13, 2006 at 6:46 pm
I have no idea if it matters, but are the servers at the same service pack?
Tim S
April 13, 2006 at 1:20 pm
What was the Sybase code?
Have you verified that the sub query returns any rows?
SELECT SBR_SUBSCRIBER_NUMBER
...
April 13, 2006 at 10:28 am
sp_cycle_errorlog -- cycles the sql error log file
There is a stored proc to read the log also, but can't find it.
Tim S
edit: found them
sp_readerrorlog @lognum -- lognum is optional
sp_enumerrorlogs --...
April 7, 2006 at 7:59 pm
Have you looked at IS_MEMBER ( { 'group' | 'role' } )
Tim S
April 5, 2006 at 7:46 am
Books on-line
The help file(s) that is normally installed with SQL.
SQL 2000 BOL link below
Tim S
March 27, 2006 at 5:32 pm
Do you mean have your database not show up in EM (Enterprise Manager)?
If so I suggested the following to someone and he said it worked OK to hide the system...
March 25, 2006 at 3:06 pm
Viewing 15 posts - 1 through 15 (of 74 total)