Viewing 15 posts - 1,156 through 1,170 (of 1,415 total)
skeleton567 (3/31/2014)
This whole new argument based on income disparity is mind-boggling to any...
March 31, 2014 at 2:54 pm
You could create a test SSRS report, and just as a data source 'SELECT SYSTEM_USER' or some variation of http://technet.microsoft.com/en-us/library/ms191126(v=sql.105).aspx user id system variables to see what SQL (or windows)...
March 26, 2014 at 10:33 am
Megistal (3/26/2014)
Often I see that disclosing vulnerability could...
March 26, 2014 at 9:54 am
nick.latocha (3/25/2014)
There is a chance we can submit the same sale twice by accident....
March 25, 2014 at 6:37 am
Double check that the 2000 server (edit: database) doesn't has a case sensitive collation and the same named columns aren't just different casewise (and thus actually unique).
Also, you should try...
March 21, 2014 at 2:42 pm
Be aware, if you ever type that password manager password in to some other site, then anyone who's ever taken a copy of it and gets that password can open...
March 20, 2014 at 12:48 pm
I like underscores in names.
I try to create naming conventions that sort nicely also, but that goal could be counter to other concerns.
March 18, 2014 at 1:10 pm
Nothing jumps out as incorrect, but since I can't recreate your exact scenario, hard to troubleshoot from here.
Anyways, I know I might be typing the obvious but if you can't...
March 18, 2014 at 10:59 am
studySQL (3/17/2014)
March 18, 2014 at 8:17 am
Sean Lange (3/4/2014)
Lowell (3/4/2014)
March 6, 2014 at 2:38 pm
Maybe you could insert an extra variable that mirrors your table variable, and insert a copy of whats in the table variable you are testing into the new extra variable,...
March 6, 2014 at 2:24 pm
Awesome! Glad you got it working!
February 28, 2014 at 1:51 pm
Did you make the dsn a "system" dsn, ie., available to everybody (including the account that will be used to fire off xp_cmdshell)?
Is the underlying access file also available to...
February 28, 2014 at 11:08 am
awesome glad you got a solution!
February 26, 2014 at 6:20 am
Here's a sample case expression that I would start out with with a pretend join because yours was a tad confusing to me, you'll get better help by following Sean's...
February 25, 2014 at 8:07 am
Viewing 15 posts - 1,156 through 1,170 (of 1,415 total)