Viewing 15 posts - 16 through 30 (of 142 total)
Thank you John. You have pointed me in a direction that will work. I think kicker was the -1 and I was just not thinking.
October 8, 2015 at 6:23 am
Thanks everyone. I went down the road of adding the SalesRepNumber into the mix, but didn't think to get it as another row_number. Good stuff...
June 16, 2015 at 3:40 pm
Thank you GilaMonster. Yeah, I'm working with an old database and this is how the data was stored. I would certainly have preferred not to store it in...
January 30, 2015 at 7:35 am
JMartin, did you ever figure out a solution to what you needed to do? I'm in the same boat. I have a SID in binary form and I...
September 13, 2011 at 3:18 pm
GilaMonster, thank you so much for the info!
January 18, 2011 at 10:25 am
Grant, another question if I may. What happens in the case of a proc that has conditional branching? For example, the proc has a major IF statement based...
January 18, 2011 at 8:36 am
Thank you guys for the confirmation on this. We had a case of a new stored procedure that was put into production. Within a week we started getting...
January 18, 2011 at 7:32 am
Dan, thanks for the reply. That is what I thought, but I wanted some confirmation.
May 19, 2010 at 12:26 pm
Sure makes sense. Everything being used in my example is standard .NET namespaces. Thanks again Jim.
February 18, 2010 at 12:02 pm
Thanks Jim. So to answer my questions, you need to have PowerShell and SMO installed on the remote computer. The identity that script is being executed under has...
February 18, 2010 at 11:01 am
Thanks Jim for the reply. Using SQLCMD was my original thought too, but our client is requesting this be done using PowerShell. I guess another question is that...
February 18, 2010 at 9:18 am
I agree with ALZDBA. We have done the same thing by calling the appropriate SP to kick off a job that runs the package.
January 12, 2010 at 7:20 am
Congratulations Josef! The world could certainly use more DBAs like yourself.
September 3, 2009 at 7:59 am
Beverley,
So that is the problem right, the application is connecting to SQL server using a SQL account verses doing integrated security. Integrated security is more secure than a SQL...
September 1, 2009 at 11:33 am
Beverley (8/31/2009)
The application knows the logon user (e.g. dmn\jdoe)
But then it connects...
August 31, 2009 at 3:55 pm
Viewing 15 posts - 16 through 30 (of 142 total)