Viewing 15 posts - 3,736 through 3,750 (of 7,496 total)
It must be a bug.
I've tested in on SQL2008 SP1. (10.0.2531.0 (Intel X86) )
It gets even worse if you explicitly use the ID column in the filtered index definition.
(tested...
May 6, 2009 at 3:53 am
I wouldn't advise this kind of operation to a less optimal data type.
You lose all datatime functions and validations !!
Chose your level of detail !
declare @dt datetime
Select @dt =...
May 5, 2009 at 8:06 am
Adi Cohn (5/4/2009)
arun.sas (5/4/2009)
Hi Adi,Fine for the convert into varchar, but
OP shows convert to timestamp
ARUN SAS
Timestamp has nothing to do with date. Timestamp is just a binary column...
May 5, 2009 at 7:54 am
great article.
Thank you for pointing the known issue and the ref to connect.
May 5, 2009 at 12:16 am
FreeHansje (4/30/2009)
Have you ever benchmarked this MS_ForEachDB? I have, it's not good. And basically it's just another loop.
But as I mentioned before: it is not about a 'realistic' situation,...
May 4, 2009 at 2:41 am
also keep in mind when migrating an existing data system, you will have to deal with legacy short comings, data or data structures that doesn't make sense, but is those...
April 30, 2009 at 7:41 am
sam (4/29/2009)
ALZDBA (4/28/2009)
Not if you restrict it to only use 2.
Let me clarify - we have 8 processors and one instance right now. We will add an additional instance...
April 30, 2009 at 12:08 am
with ssis/dts you would have to check the packages connection data and queries. With each connection, you would also have to search for linked server queries,...
Same goes for .exe of...
April 29, 2009 at 1:07 pm
we just use sqlagent to take scheduled backups.
Because dbs are implemented according to a prepared schedule, we just refresh the needed jobs and allerts (% log full for incremental log...
April 29, 2009 at 12:59 pm
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
Viewing 15 posts - 3,736 through 3,750 (of 7,496 total)