Viewing 15 posts - 1,771 through 1,785 (of 2,387 total)
It seems there are text/image columns in some of tables. See following KB help.
http://support.microsoft.com/default.aspx?scid=kb;en-us;279511
http://support.microsoft.com/default.aspx?scid=kb;en-us;324432
May 22, 2003 at 8:22 pm
Which version of SQL Server you are running?
If it is SQL Server 7.0/2000, See http://support.microsoft.com/default.aspx?scid=kb;en-us;224071
Backup log yourdbname with truncate_only
After truncate your log, run DBCC SQLPERF(logspace) to see the spaces usage.
Backup...
May 22, 2003 at 2:46 pm
quote:
A share ($) is NOT an administrative share.
Can you try to create a share...
May 22, 2003 at 1:59 pm
quote:
SQLserver service is started by Win administrator
SQL Server services has to be started by...
May 22, 2003 at 1:46 pm
Share with $ sign is an administrative share that can only be accessed by administrators. In order to access administrative share, you have to configure SQL Server services with domain...
May 22, 2003 at 12:29 pm
May 22, 2003 at 11:43 am
May 22, 2003 at 9:12 am
quote:
I want to swith on a couple of Trace Flags to see if there is any Deadlocking going on, but i'll...
May 22, 2003 at 8:58 am
quote:
the password box has 10 stars, instead of the 5 that it should have.
May 21, 2003 at 5:58 pm
Adding a user to TargetServerRole allows them to edit job stops, delete jobs, run jobs they don't own, and other activities to support MSX.
It was a potential security...
May 21, 2003 at 5:38 pm
quote:
if I run the query that I posted in the first message, and it doesn't show me any objects in the filegroup...
May 21, 2003 at 5:29 pm
GRANT CREATE TABLE TO user1.
Because user1 is the onwer of the table he created, He can drop it too.
May 21, 2003 at 1:16 pm
Why do you want to limit the available memory to your SQL Server?
You can configure "max server memory (MB)" either from sp_configure or EM.
May 21, 2003 at 12:40 pm
Viewing 15 posts - 1,771 through 1,785 (of 2,387 total)