Viewing 15 posts - 1,981 through 1,995 (of 9,641 total)
How do you have permissions to the AS400 setup? What is package encryption set at?
November 16, 2011 at 10:10 am
Check out this article from BOL.
November 16, 2011 at 10:09 am
You could use Execute As, http://msdn.microsoft.com/en-us/library/ms188354.aspx or perhaps signing the trigger, http://www.sommarskog.se/grantperm.html#Certificates. I'm not positive that you can sign a DDL trigger.
November 16, 2011 at 10:07 am
November 16, 2011 at 9:59 am
Do you mean while you are restoring or do you mean a historical record?
The only thing I'm aware of is what is in msdb.dbo.restorehistory and it does NOT have a...
November 16, 2011 at 9:55 am
Brandie Tarvin (11/14/2011)
November 14, 2011 at 9:43 am
Brandie Tarvin (11/11/2011)
EEEK! I just sold another story. Happy happy.Now I have to write more.
Congrats! I don't know how you do it AND keep up with SQL Server....
November 11, 2011 at 8:02 am
Ninja's_RGR'us (11/10/2011)
SQL Kiwi (11/10/2011)
Ninja's_RGR'us (11/10/2011)
Actually I caught the very moment it happened!You need a hobby.
Right back at ya :hehe:.
Father in hospital, house flooded. Need some R&R atm.
Sorry to hear...
November 10, 2011 at 6:27 am
SQL Kiwi (11/10/2011)
Ninja's_RGR'us (11/10/2011)
Actually I caught the very moment it happened!You need a hobby.
That IS his hobby 😀
November 10, 2011 at 6:25 am
hxkresl (11/9/2011)
Hi Jeff. Yep, his sproc identifies duplicate keys, not duplicate names. You can look at it as I've provided the link.
I don't see a link anywhere..
November 9, 2011 at 10:46 pm
Roy Ernest (11/9/2011)
L' Eomot Inversé (11/9/2011)
GilaMonster (11/9/2011)
Roy Ernest (11/9/2011)
November 9, 2011 at 11:43 am
DarthBurrito (11/9/2011)
I made a huge IIF statement in the textbox:
IIF(Parameters!Percentage.Value = "0.50", "50",
IIF(Parameters!Percentage.Value = "0.51", "51",
and...
November 9, 2011 at 10:33 am
Why not use ROW_NUMBER() instead of appending a number to the end of the name? Then you delete where row_number > 1
November 9, 2011 at 10:29 am
You could just do value * 100 which would be 50 for .50
November 9, 2011 at 10:23 am
AndrewSQLDBA (11/9/2011)
This is yet another issue of duplicate data. This is very old data that is coming over from an old Unix and DB2 database. Just my luck.
In a...
November 9, 2011 at 10:12 am
Viewing 15 posts - 1,981 through 1,995 (of 9,641 total)