Viewing 15 posts - 1 through 15 (of 61 total)
Except that it isnt really useful when trying to find the rogue who applied a schema change without recording it in version control. That schema report was/is great for that.
July 11, 2019 at 6:59 pm
Sorry, He was an easy target to tweak.
December 4, 2007 at 12:25 pm
karthikeyan (11/22/2007)
I know the basic...
November 26, 2007 at 12:53 pm
Seriously, if you dont know, then you should not be a Senior Software Engineer.
November 21, 2007 at 9:45 am
Things like the way you use naming conventions, how readable your code is (commenting), etc. It wil also greatly depend on the language you are programming (and speaking and writing...
November 21, 2007 at 6:52 am
Once again, Jeff proves to be awesome. (He is scary with some of this stuff)
Thanks for finding that post Vladan.
September 18, 2007 at 7:05 am
no, i get it. that was the first suggestion of a colleague, but I still need to know if there is a way to populate a numbers table using set based logic.
September 18, 2007 at 5:57 am
...thats kind of the point, I need to create it without using a loop or cursor. I have made it work with a while loop, but its not preferable to...
September 18, 2007 at 5:52 am
Thanks,
Do you know how to remove the double spacing I get saddled with when copy and pasting?
May 20, 2007 at 6:09 am
dig this if JDBC is'nt working well enough.
May 19, 2007 at 11:46 am
Sorry I was missing the boat on that one.
If you felt devious you could directly update the sysprocesses table as part of the executed query =)
If your requirement...
May 19, 2007 at 8:02 am
Is the Mismatch between the Procedure name that SQL has on the error, and the actual assembly name a problem?
Are you running SQL Server as an account that has permission to...
May 18, 2007 at 4:04 pm
Cant you append it to the connection string as "Application Name=Jeffs App;" or am i missing what you are asking for?
May 18, 2007 at 3:57 pm
you can use @@SPID and get the job name from the master.dbo.sysprocesses.program_name column.
If you can parse that value out you can query msdb.dbo.sysjobsview to get the job name
May 18, 2007 at 3:47 pm
Cursorless is easy. Try this method. Please forgive the syntax I dont have a copy of BOL handy.
/* This will give you all the objects...
May 18, 2007 at 2:07 pm
Viewing 15 posts - 1 through 15 (of 61 total)