Viewing 15 posts - 361 through 375 (of 2,387 total)
Check the permissions of 'Public' role which may be denied to access sysobjects table.
July 16, 2004 at 1:33 pm
This seems to fix your problem.
http://support.microsoft.com/default.aspx?scid=kb;en-us;323280&Product=sql2k
July 16, 2004 at 9:00 am
Good question. I don't see why not if there is no ORDER BY.
July 16, 2004 at 7:38 am
You may have to find out why they affect each other by running in one instance, possible be the TEMPDB?
July 15, 2004 at 12:04 pm
If possible, I would run it on daily basis before the backup.
July 15, 2004 at 12:00 pm
Could it be possible that user belongs to group which has been denied to access the SQL Server?
July 15, 2004 at 11:51 am
Are those 30 SQL Server also running on Windows 2003?
July 15, 2004 at 11:44 am
SELECT * FROM mytable WHERE Id = 1
union all
SELECT * FROM mytable WHERE Id = 3
union all
SELECT * FROM mytable WHERE Id = 2
union all
SELECT * FROM mytable WHERE Id...
July 15, 2004 at 10:02 am
Grant him as local administrator
or
Change Group Policy to give the access permissions to the MSSQLServer + MSSQLAgent Services to him.
July 15, 2004 at 8:19 am
Try to cleanup the log file with proper format before loading it with the BCP.
July 15, 2004 at 7:52 am
If SQL Server is configured to use memory dynamically, It will allocate memeory when it needs, if there is available memory for allocation.
July 15, 2004 at 7:47 am
Viewing 15 posts - 361 through 375 (of 2,387 total)