Viewing 15 posts - 8,641 through 8,655 (of 8,753 total)
If I remember correctly, you should re-configure the connections which before the protection level changes, where using the users credentials.
If you are using a SSIS configuration settings, walk through...
April 3, 2014 at 12:20 pm
Did you try to expand the Favorites (first on the list in the toolbox)?
😎
April 3, 2014 at 10:23 am
Looks like the protection level is set to "encrypt with user key", if moved to another scope, it will fail.
😎
April 3, 2014 at 10:00 am
Jeff Moden (4/3/2014)
What is it supposed to do?
It is a simple base36 to base10 number conversion.
01Z(base36) == 71 (base10)
😎
April 3, 2014 at 9:18 am
bugmesh (4/3/2014)
Has anyone used a Raspberry for...
April 3, 2014 at 7:46 am
One small change needed
<td><xsl:value-of select="sum(../../*/*/costs)" /></td>
😎
April 3, 2014 at 6:09 am
todor.belchev (4/3/2014)
I want to use a third party component in my SSIS package but I don't want to install it on the SQL server. This component is installed on a...
April 3, 2014 at 5:01 am
Quick translation (Google Translate style 😀 )
;WITH NUMS(level) AS
(SELECT N FROM (VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10)) AS NM(N))
select sum(C.position_value) from
(
select
power(36,B.position-1)...
April 3, 2014 at 4:53 am
Jeff Moden (4/1/2014)
Eirikur Eiriksson (4/1/2014)
Please post proper DDL and enough data, the problem is straight forward from there.
If you're going to tell people that, then you need to tell them...
April 2, 2014 at 2:44 pm
Sean Lange (4/2/2014)
JoshDBGuy (4/2/2014)
I've run into issues in the past dealing with extremely poorly written queries with LINQ.
Ditto 😎
Using stored procedures is a good practice, a) how it retrieves the...
April 2, 2014 at 2:17 pm
First thing that comes to mind is a disk space or (EDIT) VM max size config kind of problem.
April 2, 2014 at 1:47 pm
MY_TWO_CENTS
Naming conventions are primarily to enforce consistency, readability and prevent ambiguity. A good solid naming convention is worth hundreds of pages of documentation on a large system.
😎
April 2, 2014 at 1:42 pm
This should work on 2K5
DECLARE @XML XML = N'<DetailRows>
<DetailRow>
<MonthNumber>1</MonthNumber>
<Amount>1000</Amount>
</DetailRow>
<DetailRow>
<MonthNumber>11</MonthNumber>
...
April 2, 2014 at 1:15 pm
Koen Verbeeck (4/2/2014)
I believe this is a late April Fools topic...
Correct 😛 found everything about it on BOL under AFD....
April 2, 2014 at 11:58 am
Luis Cazares (4/1/2014)
April 1, 2014 at 3:25 pm
Viewing 15 posts - 8,641 through 8,655 (of 8,753 total)