Viewing 15 posts - 91 through 105 (of 187 total)
Just as another option if you work at a shop that does not allow Ole Automation to be turned on (some consider it a security risk), you can do the...
March 10, 2009 at 12:36 pm
scorpio_zz19 (3/10/2009)
i searched how to split the date from datetime data type and i came up with this code(below), the problem is that i dont know where to put it.
...
March 10, 2009 at 11:30 am
It looks like you have the correct path for 2005.
I am just guessing but it looks like for 2008 it is
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\Setup\ProductID
March 10, 2009 at 8:08 am
As Manu said, covering indexes absolutely can be done in 2000. Partitioning can also be done, just not in the same fashion as it is done in 2005. ...
March 9, 2009 at 3:04 pm
Could you run the query with
SET STATISTICS IO ON
That way you can see the total number of reads done for each table.
How many rows does this...
March 9, 2009 at 1:49 pm
It looks like you are doing a table scan against one of those gigantic tables.
You say you have a clustered index on the Transac table but I am guessing you...
March 9, 2009 at 1:16 pm
It is really interesting to see the results of the poll (at least as they are of this moment).
I think that perhaps it might be different if the poll were...
March 9, 2009 at 12:49 pm
Jeff Moden (3/8/2009)
March 9, 2009 at 8:07 am
That should not cause you any problems. The LSN should not get set until the end of the backup, so you should not be hurt on that front.
March 6, 2009 at 8:58 am
I have never personally seen this before, but as a possible work around you may consider running server side traces outside of profiler. You can always create a simple...
March 6, 2009 at 7:44 am
To me it looks like in terms of memory and processor you should be just fine.
I would be more concerned with the disks that you are running on and the...
March 5, 2009 at 2:12 pm
Something like
osql -S ABC -E -Q "dbcc traceon(4606,-1)"
March 5, 2009 at 1:50 pm
There are a few options that you could use in order to do this even with OSQL but if it were me, I would just do a backup and restore...
March 5, 2009 at 1:24 pm
Barkingdog (3/5/2009)
March 5, 2009 at 1:05 pm
I am thinking along the same lines as Roy here.
http://support.microsoft.com/kb/303774
You may need to do this to get things working correctly. It seems like this is an issue where...
March 4, 2009 at 12:48 pm
Viewing 15 posts - 91 through 105 (of 187 total)