Viewing 15 posts - 12,226 through 12,240 (of 15,381 total)
Did you try it? Does it work?
Look at the "="...what is it doing in the middle of this?
April 26, 2012 at 8:16 am
You have two major problems with this type of design.
1) This appears to wide open to sql injection. NEVER NEVER NEVER execute anything that the user has the ability...
April 26, 2012 at 8:05 am
jwbart06 (7/26/2011)
I was trying to think of doing it with out having to rely on sys.columns, but I can not think...
April 26, 2012 at 8:00 am
That is a totally wide open question. There is no way anybody is going to know what questions your interviewer will ask. Best bet is to use google and find...
April 26, 2012 at 7:54 am
I can help you get started if you can post some ddl, sample data and desired output.
April 26, 2012 at 7:47 am
Anybody know policy based management better than I do (shouldn't be too hard). This guys has a question about using ExecuteSql with parameters.
http://www.sqlservercentral.com/Forums/Topic1290088-391-1.aspx
April 26, 2012 at 7:41 am
I am not too knowledgeable about PBM but I will ping the others. Somebody will know this.
April 26, 2012 at 7:36 am
I agree with the previous two...this is a recipe for disaster. I have worked on a system that was like this and it was pure and absolute hell. The code...
April 26, 2012 at 7:19 am
Nowhere near enough information to even being helping you. Please take a look at the first link in my signature.
April 25, 2012 at 10:21 pm
Well he just using that as an example that it does not validate the state of origin of the SSN. I have no idea what you mean about politics. 😉
April 25, 2012 at 3:30 pm
Well you description is rather confusing but the only way you are going to pull something like this off is with dynamic sql.
April 25, 2012 at 3:21 pm
bpowers (4/25/2012)
April 25, 2012 at 3:02 pm
Lynn Pettis (4/25/2012)
Sean Lange (4/25/2012)
Lynn Pettis (4/25/2012)
EXEC [pPortfolioDashboard1]
---------- Required parameter------------
@SessionGuid...
April 25, 2012 at 2:22 pm
Lynn Pettis (4/25/2012)
EXEC [pPortfolioDashboard1]
---------- Required parameter------------
@SessionGuid = @SessionGuid,
@FromDate = @FromDate,
@ToDate...
April 25, 2012 at 2:18 pm
Viewing 15 posts - 12,226 through 12,240 (of 15,381 total)