Viewing 15 posts - 361 through 375 (of 380 total)
Jeff Moden (7/11/2013)
July 11, 2013 at 10:29 am
Bajrang (7/10/2013)
Comments posted to this topic are about the item <A HREF="/questions/Convert/100444/">What will convert return?</A>
Good Question but your explination nees work.
declare @value int
set @value = 2147483647
PRINT @value
PRINT CONVERT(varchar(6), @value)
set...
July 11, 2013 at 10:28 am
JoshuaT (7/10/2013)
I recreated my package and .xls file and in doing so I found that my...
July 10, 2013 at 8:39 am
Nice question. On of the first editions of the .NET data libraries had NULL value operator and could not read or assign NULL to a value.
IMHO - NULL values...
July 10, 2013 at 7:01 am
Check the steps in this article on execution with Proxy for just xp_cmdshell:
http://msdn.microsoft.com/en-us/library/ms175046.aspx/css
Just turning on xp_cmdshell is not enough on 2012.
You should look at these articles also:
July 9, 2013 at 7:03 am
I would recomend a reinstall or install of the SSDT for VS 2010 at this point. Also is this the server or your development system that this is occuring...
July 9, 2013 at 6:24 am
What happens if you drop and recreate the account?
When you create an Account the SID gets imported from AD, could be something in AD or the SQL instance changed and...
July 8, 2013 at 10:16 am
JoshuaT (7/8/2013)
I receive the error in the "Excel Source Editor" when clicking on "Columns"....
July 8, 2013 at 9:31 am
I have the perfect answer for your question as you asked it.
Find a DBA and have them look at it.
Your question and the way it was asked is like...
July 8, 2013 at 7:27 am
Wow... One thing about Bitwise operaters is certain.
It is easy to read these posts and know who understands them completely and who is lost.
This would make for a great Article......
July 3, 2013 at 10:53 am
Michael Valentine Jones (6/7/2013)
Jeff Moden (6/7/2013)
PHYData DBA (6/7/2013)
using rar instead of xcopy to speed up the network transfer?
Once we had to move an entire JDE...
June 7, 2013 at 10:06 am
Does this count as using compression?
using rar instead of xcopy to speed up the network transfer?
Once we had to move an entire JDE 8.X database with 12 years of data...
June 7, 2013 at 6:24 am
I think this falls under not normal.
I have had to resolve this for a number of DB solutions and reasons.
Ever since SQL 2005 was new I used publishing...
June 6, 2013 at 12:11 pm
srienstr (5/15/2013)
I agree completely on the semantic meaning, and lack of a compelling reason for that difference. That said, we don't want to let semantic English creep into SQL...
May 15, 2013 at 7:29 am
Hugo Kornelis (5/15/2013)
Oh no, not at all. I love it! I'm sorry if I come across as thrasing it, that's not my intention at all! 😉
To answer...
May 15, 2013 at 7:26 am
Viewing 15 posts - 361 through 375 (of 380 total)