Viewing 15 posts - 3,736 through 3,750 (of 7,503 total)
[
pp.pragnesh (5/7/2009)
I totally agree with you, many of the developers are using meaningless aliasing and that would be very tough to debug in future and waste of time. even...
May 7, 2009 at 5:51 am
I advise to use aliasses in all queries that involve more than one table, view, ...
This is really not a comparable issue for using leading commas, upper / lower case...
May 7, 2009 at 1:22 am
Please test this scenario (based on my previous post).
In my test it works on the second server.
edited this warning from BOL topic "ALTER MASTER KEY"
The REGENERATE option re-creates the database...
May 7, 2009 at 12:59 am
In your OP you state you are running SQL 2005.
Can you post the version info?
Select @@version
Can you also post the result of this ?
select MKP.*
, D.name as DbName
from sys.master_key_passwords...
May 7, 2009 at 12:33 am
psangeetha (5/6/2009)
We are facing this critical issue, I need some help from you experts. I ran the encryption and decryption procedures on prod db and created a new...
May 6, 2009 at 8:05 am
As MarkusB showed, dynamic sql is the solution if you want to do it using TSQL.
vbs or powershell using SQLSMO is an alternative.
FYI I use this script to add a...
May 6, 2009 at 4:05 am
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
Viewing 15 posts - 3,736 through 3,750 (of 7,503 total)