Viewing 15 posts - 3,751 through 3,765 (of 7,503 total)
Not if you restrict it to only use 2.
Also keep in mind to restrict the "audit" instances max server memory.
April 28, 2009 at 11:54 pm
Thank you for the feedback.
Let us know if the hotfixes helped.
April 28, 2009 at 11:51 pm
aahh yes ... security granularity with SQL 2005 and beyond...;-)
April 28, 2009 at 1:35 pm
What sqlserver software level are you on ?
select @@version
This issue does ring a bell ... far, far away :blush:
Search the MS KB ... maybe you'll find a known problem over...
April 28, 2009 at 11:27 am
There is no option to force it, except for a DDL trigger (database level).
Check for DDL triggers that might re-create the sprocs adding the "with encryption" option
April 28, 2009 at 11:24 am
- another solution to offload the msaccess :sick: stuff may be db mirroring with a read only copy on the mirror site.
But since licensing is an issue ... you need...
April 28, 2009 at 11:22 am
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
Viewing 15 posts - 3,751 through 3,765 (of 7,503 total)