Viewing 15 posts - 1,546 through 1,560 (of 2,387 total)
What service account do you use to start SQL Server and Agent services? Is it in local administrator group?
July 9, 2003 at 9:43 am
Do not set set working set size if you are allowing SQL Server to use memory dynamically. Before setting set working set size to 1, set both min server memory...
July 9, 2003 at 9:34 am
Do you mean database available space is 0.00MB? Try to run sp_spaceused @updateusage = true to the database and go back to check it.
July 9, 2003 at 9:29 am
Does the login you used have permission to run this command? Can you post exact error message from QA?
July 9, 2003 at 7:03 am
What version of SQL Server and service pack are you running?
July 8, 2003 at 6:56 am
Try to start SQL Server with minimal configuration from DOS with 'sqlservr -c -f' and run sp_configure to change it back.
July 8, 2003 at 6:29 am
I think service pack touchs only system databases. You need to watch the performance after the movement and maybe have to update database statistics and perform optimization to your database.
...
July 8, 2003 at 6:19 am
What error messages show in SQL Server errorlog?
July 8, 2003 at 6:11 am
Each time server is rebooted, A new SQL Server errorlog will be created with startup informations that indicate SQL Server is restarted. In privious errorlog, A message 'SQL Server is...
July 8, 2003 at 6:07 am
1. Pass-through query
2. Programming Modules in Access using VB.
July 7, 2003 at 3:16 pm
SQL Server Agent maybe fail to start after fail-over. Check SQL Server Agent log (Display error log) from EM and review machine application/system logs too.
July 7, 2003 at 2:54 pm
Use pubs as example. I have added second filegroup (secondgroup) and senond file (pubs2) to the secondgroup. Now, run following commands to remove the second filegroup.
dbcc shrinkfile(pubs2, emptyfile)
alter database pubs...
July 7, 2003 at 2:12 pm
Before removing a filegroup, you need to know which files are in this filegroup and empty these files and then remove them.
July 7, 2003 at 12:57 pm
No ideas how they produce the report. They might trace the logins by examining transaction log or using Profiler to trace who are accessing SQL Server and create histroy logs...
June 27, 2003 at 1:42 pm
Viewing 15 posts - 1,546 through 1,560 (of 2,387 total)