Viewing 15 posts - 1 through 15 (of 24 total)
106 automatically created databases....
Wow! :crazy:
Interesting script though, thanks! π
February 16, 2015 at 9:39 pm
Hi Kim
I implemented this in an environment with similar constraints. I had QA and PROD on the same server, but was logging in with different user names, so I made...
July 24, 2012 at 12:51 pm
I just checked out the ioDrive Octal.
Allow me be the first to say: OMG, I wantsss it
December 4, 2010 at 2:38 pm
Hi R.P.
We have a web app as our front end, and start one conversation per user session per queue that we use.
These conversations are kept, and when the back-end app...
June 28, 2010 at 10:20 am
Hi Andrew
When you initiate a conversation between two queues, you actually end up with two conversation handles. One used by the sender queue to address the sender, and another used...
June 28, 2010 at 1:51 am
sql server developer (6/24/2010)
Sorry Barry, I haven't tested it yet. Its been a while since i've worked on it. I'll definitely test it and let you know.Thanks!
We end all of...
June 28, 2010 at 1:45 am
We are getting ready to go live with an (expected) large volume public facing site for the very large retail company where I work.
I had to select a queuing technology,...
May 30, 2010 at 5:13 am
ben.mcintyre (4/7/2010)
April 7, 2010 at 11:40 am
bobmcc-957585 (1/20/2010)
I am struggling with how the CTE is referencing itself from within itself
This works but I need clarification on it. The CTE is referencing...
January 20, 2010 at 9:03 am
Hi Jeff
I do not have the code handy at present, and am too sick right now to recreate it π
But in my case I was filtering rows out based on...
January 19, 2010 at 10:59 am
I find that an easier way to get the list of columns is to drag them from the object explorer in SSMS. If you expand the table object's columns list,...
January 18, 2010 at 8:22 am
That's interesting
I benchmarked EXCEPT vs WHERE NOT IN (SELECT .....), and for my dataset, server, DB version etc. the performance results were equivalent, or biased towards EXCEPT.
Can you give more...
January 18, 2010 at 8:20 am
Oh the humanity.... I had a good chuckle at the idea of Cursor Boy and his arch nemesis Loop Man
I have a full head of hair, but it is graying...
December 1, 2009 at 1:18 pm
Ok, I see what you mean. that is definitely something that you cannot do with a cursor. Not that I have needed to change the cursor contents in 11 years...
December 1, 2009 at 12:11 pm
Hi John
You could exclude those people from being processed by changing the query that is the source of your cursor, i.e. select all where they are not 5 feet tall.
So...
December 1, 2009 at 4:15 am
Viewing 15 posts - 1 through 15 (of 24 total)