Viewing 15 posts - 136 through 150 (of 154 total)
I believe that will only be the BIDS version (only useful for SQLServer Business Intelligence projects, such as SSIS).
So you'd need to upgrade that to the full version if you...
September 11, 2009 at 3:31 pm
If you really need your results in columns rather than rows, you can either use the PIVOT command or emulate a PIVOT using CASE statements (useful in pre-2005 versions of...
September 3, 2009 at 9:45 am
I always used to handle the EndOfLastMonth problem by stripping the Month and Year out of the date as strings and using them to build the FirstOfNextMonth date, then using...
September 3, 2009 at 9:00 am
Thanks for the correction, Gail. I meant to use OUTER APPLY in my query but didn't double-check my post carefully enough.
I have the luxury of a database with most table...
September 1, 2009 at 10:43 am
Just for diversity's sake you can also use CROSS APPLY to accomplish this. It may just be a Coke vs Pepsi thing but I find this way a bit more...
September 1, 2009 at 8:24 am
In the spirit of full disclosure I should point out that there are developers out there who see Winforms as a dying breed and would only recommend Web development (platform...
August 28, 2009 at 9:22 am
Here's my 2 cents:
Access: With Access you are relying on the Jet db engine, which in my experience is inferior to the engine supplied in SQL Server; I find the...
August 28, 2009 at 8:48 am
You can set the default policy to restrict each user to only one session on the TS box. The setting is called "Restrict Terminal Services users to a single remote...
August 24, 2009 at 11:40 am
In line with what I've been reading from many of the posters in this thread, my experience with outsourcing has been largely negative. In my case, the main objective behind...
August 21, 2009 at 9:20 am
I'm happy to help, Richard.
And I see your point about the division managers wanting to take care of those above; the reluctance to fight for the right way to do...
August 13, 2009 at 3:01 pm
Rather than focus your argument on why Spreadsheets Are Bad you may want to focus on the advantages gained by using a RDBMS:
Organization can share a common data structure that...
August 13, 2009 at 8:20 am
Oooh, I want to play;
Going Through the Code Feeling Bad – Grateful Dead
I Can Run Queries Now (The Blocks Are Gone) – Johnny Nash
Got My GIGO Working – Muddy Waters
Index...
July 7, 2009 at 9:13 am
I'm lucky in that I'm at a shop that's small enough for me to be both a manager and a developer/admin. If I could only do one or the other...
May 12, 2009 at 8:42 am
Just an observation:
The SELECT has LIKE in the WHERE clause which implies that the @Page_name has a wildcard (%).
But when INSERTing the page @Page_name is sent in intact (which seems...
February 27, 2009 at 8:38 am
Viewing 15 posts - 136 through 150 (of 154 total)