Viewing 15 posts - 211 through 225 (of 667 total)
Lynn Pettis (5/10/2012)
Jan Van der Eecken (5/10/2012)
Liked Eugene's dbo.p_ShowMeWhenICanGoHome though....
May 10, 2012 at 4:02 pm
Lynn Pettis (5/10/2012)
Someone brought a baby in to work! I want to go to Germany and see my grandson! :exclamationmark:
Don't say you start behaving like these hysterical women...
May 10, 2012 at 3:59 pm
Nah, he's not going to come back. I'm sure he'll start another thread very soon and get some other victims attracted.
Liked Eugene's dbo.p_ShowMeWhenICanGoHome though. Yeah, it was a pile-on, but...
May 10, 2012 at 3:53 pm
Darryl, did this help at all? If not, please come back and ask, we're all happy to assist.
May 10, 2012 at 3:20 pm
Yet another reason never to do a SELECT *.
Great question, Wayne! And although I found the reference that Koen supplied, I still got the answer wrong. Anyhow, I learned something....
May 10, 2012 at 9:22 am
Here is an example:
DECLARE @ReturnValue int
DECLARE @SqlStmt nvarchar ( 1024 )
DECLARE @MyParams nvarchar ( 1024 )
SET @SqlStmt = N'SELECT @CountOfRows =...
May 10, 2012 at 8:04 am
GilaMonster (5/9/2012)
Jan Van der Eecken (5/9/2012)
GilaMonster (5/9/2012)
Rather don't use the information schema either, unless you need code that's compatible across database platforms...Why are you saying that, Gail?
Because they only show...
May 9, 2012 at 8:44 am
GilaMonster (5/9/2012)
Rather don't use the information schema either, unless you need code that's compatible across database platforms...
Why are you saying that, Gail?
May 9, 2012 at 7:40 am
Doens't have to be managed C++ BTW, C# or VB.NET that thunks "down" should do just fine 😀
Edit: Thought I'd better put quotes around "down". My fellow C programmers might...
May 7, 2012 at 4:02 pm
Revenant (5/7/2012)
The only way around it -- don't quote me on that <g> --, would be to run a managed C++ assembly that would call an unmanaged assembly. It...
May 7, 2012 at 3:58 pm
GilaMonster (5/7/2012)
Revenant (5/7/2012)
Jan Van der Eecken (5/7/2012)
May 7, 2012 at 3:54 pm
Wow, Rich, your two threads are certainly not of the kind one would expect on a Newbies thread. Seems you have all the right questions and the accompanying answers already...
May 7, 2012 at 3:42 pm
CELKO (5/6/2012)
May 7, 2012 at 3:11 pm
Viewing 15 posts - 211 through 225 (of 667 total)