Viewing 15 posts - 1,246 through 1,260 (of 1,409 total)
MarkusB (11/27/2008)
November 27, 2008 at 6:20 am
GilaMonster (11/27/2008)
HanShi (11/27/2008)
November 27, 2008 at 6:13 am
Recreating the clustered index will not move the actual table. It will only move the location of the clustered index. To move the table to a new location you have...
November 27, 2008 at 5:59 am
There was initially a 'bug' in SQL 2005 where the default of PAGE_LOCK was OFF. With SP2 this setting was corrected and set to default ON. So be sure that...
November 27, 2008 at 5:51 am
Did you refresh the list of jobs in SSMS? Try if restarting SSMS will solve the issue.
Are you enable to view the properties through a Remote Desktop (or physically) on...
November 27, 2008 at 5:40 am
In the WHERE clause of your query you define AND operator. That will show results of it matches results from all three views. If you need the result of every...
November 24, 2008 at 5:20 am
Maybe you can find something on http://www.microsoft.com/technet/scriptcenter/default.mspx
SQL: http://www.microsoft.com/technet/scriptcenter/scripts/sql/default.mspx?mfr=true
Cluster: http://www.microsoft.com/technet/scriptcenter/scripts/ccs/default.mspx?mfr=true
Else I suggest you ask this on a developers forum.
November 24, 2008 at 5:02 am
There is no such way to determine last access to a database. You can set up a profiler trace that logs all connections to a database. When nothing is logged...
November 24, 2008 at 4:57 am
You can just start of the installation. It will first execute a check about the current configuration and display any errors and warnings found.
November 20, 2008 at 6:48 am
Looks like you refer to a download of March 2007. In that case download the most recent file from Microsoft site and apply this to your server and workstations.
Most people...
November 20, 2008 at 5:56 am
It doesn't matter when you downloaded the SP2. The file is still the same.
Remember to apply SP2 on the server as well on each workstation you have SQL (client) installed.
What...
November 20, 2008 at 4:31 am
I have the same IMPROVEMENT of performance from the same query running on SQL-2000 (25 minutes) and SQL-2005 (45 seconds). The query includes a DISTINCT and an ORDER BY. My...
November 20, 2008 at 4:22 am
a simple google search for --sql server performance monitor counters-- will give you a lot of hits.
for instance:
http://www.sqlservercentral.com/articles/Administering/performancemonitoringbasiccounters/1348/
November 20, 2008 at 4:08 am
Are you sure the changes are committed?
We had a similar problem and found the application had some issues with opening/creating different connections (SPID's). After some time the 'old' connection timed...
November 20, 2008 at 4:00 am
can you be more clear? I don't understand what you want.
If you need to change an update/insert statement you can use an INSTEAD OF trigger (see BOL for explanation).
November 20, 2008 at 3:53 am
Viewing 15 posts - 1,246 through 1,260 (of 1,409 total)