Viewing 15 posts - 3,751 through 3,765 (of 7,496 total)
Indeed.
The prerequisite is you need the clustered index organized for your processing needs ( AccountID, [Date] in the example ).
Any other organisation will cause the mechanisme to fail.
I tested multiple...
April 28, 2009 at 12:46 am
As you suggested the "Order by" testing with Jeffs solution, I also tested your marvellous solution for partitioned objects.
First findings .... It no longer works .... SQL2008 ( sp1 )...
April 27, 2009 at 7:01 am
hmm ....
I ran this comparisson on
Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (Intel X86)
Mar 29 2009 10:27:29
Copyright (c) 1988-2008 Microsoft Corporation
Developer Edition on Windows NT 5.2 ...
April 27, 2009 at 3:45 am
When we had our first HP servers, we needed to get used to the fact you need to update your HW drivers before you implement whatever kind of software.
No...
April 26, 2009 at 7:09 am
this will cause implicit conversions !
Implicit conversions may cause indexes not to be used optimal or not at all.
Even with cast/convert (which are explicit conversions) one of both columns...
April 24, 2009 at 12:13 am
So, you're not entitled to restrict the instances number of connections to the number you want.
You could use logon triggers to do just that for you.
You could set it...
April 24, 2009 at 12:07 am
You cannot do that using the regular backup / restore mechanisme.
You can script the full database (tick sql2005 compatibility mode !) and then create it at a sql2005 instance, and...
April 23, 2009 at 11:57 pm
- How much physical memory (RAM) is installed in the server ?
- Is this a dedicated sqlserver server ?
-
Duration: 14434 seconds. Working set (KB): 10540, committed (KB): 38756, memory...
April 23, 2009 at 5:03 am
is dbcc opentran showing info (execute in the correct database !)
April 22, 2009 at 11:44 pm
There may a couple of reasons you did not receive the meanth mail.
- check you db-mail objects to see if it has problems
use msdb
go
exec sysmail_help_queue_sp -- @queue_type = 'Mail'
go
select...
April 22, 2009 at 1:32 pm
BP is to close the connection.
If you have connection pooling enabled, windows will keep the ( logically closed ) connection open (I think by default 60 seconds).
So if you...
April 22, 2009 at 1:28 pm
Gail has written a nice article : http://www.sqlservercentral.com/articles/64582/
Also keep in mind you transaction log will grow up to the size it needs to handle your largest transaction !
Also keep in...
April 22, 2009 at 1:10 pm
SQL Server Migration Assistant for Access
Brief Description
Automates database migration from Access to SQL Server 2005.
April 21, 2009 at 2:09 pm
- is the sql heart beat check working ?
(cluster account needs connect granted for the sqlinstance)
April 21, 2009 at 2:06 pm
AFAIK no.
It all depends on your connections / commands ansi settings.
April 21, 2009 at 1:59 pm
Viewing 15 posts - 3,751 through 3,765 (of 7,496 total)