Viewing 15 posts - 226 through 240 (of 459 total)
Geez, Jeff: this was example code for posting to SSC only, and not the full text of what I was actually using.
In particular, the recursive CTE was junk code to...
October 19, 2011 at 6:09 am
Glad you got there!
Yes, with named instances you must include the server\instance in the connection string.
Thanks for letting us know you were able to make it work,
Rich
October 18, 2011 at 11:32 am
Can you please try connecting using the syntax I posted?
You have a line [.Provider = "Microsoft.Access.OLEDB.10.0"] in your code. If you are trying to connect to a SQL Server,...
October 18, 2011 at 10:58 am
Chris, thanks to you too, you nailed it. Dunno why I couldn't see that before....
Rich
October 18, 2011 at 9:46 am
bkubicek (10/18/2011)
Your first set statement in the function is causing the problems:SET @DelimitedList = @delim + @DelimitedList + @delim;
comment that out and the function should work fine.
Not quite, but I...
October 18, 2011 at 9:44 am
Here's some generic VBA code to get you started using ADO in Access. It relies on a trusted connection to the database.
You will always need to first set a...
October 17, 2011 at 8:40 am
Sean Lange (10/17/2011)
CHECK constraints enforce domain integrity by limiting the...
October 17, 2011 at 7:54 am
Thanks for a good question. I got it right, but I thought that perhaps only one such NULL INSERT would be allowed. After reading the BOL entry and...
October 17, 2011 at 6:55 am
Thanks for the reply. Let me respond bit by bit:
Why not spend that time coding a PowerShell script where you can move across the boundaries of the file system...
October 14, 2011 at 10:12 am
opc.three (10/13/2011)
October 14, 2011 at 9:01 am
Great, glad to pass on good stuff I've found useful!
Rich
October 14, 2011 at 8:04 am
As Lowell and Craig both mentioned, you must differentiate between INSERTs involving a single row (OK to use SCOPE_IDENTITY) and those involving multiple rows (cannot use SCOPE_IDENTITY). SCOPE_IDENTITY will...
October 14, 2011 at 7:50 am
Did you search here? Here's a post on computing medians.
Rich
September 30, 2011 at 6:44 am
Well, I got it wrong [i]sic[/i] for the right [i]sic[/i] reason: like the rest of you, if my column names don't match in my queries, I usually get errors. ...
September 21, 2011 at 6:12 am
jcrawf02 (9/16/2011)
rmechaber (9/16/2011)
September 16, 2011 at 9:54 am
Viewing 15 posts - 226 through 240 (of 459 total)