Viewing 15 posts - 211 through 225 (of 470 total)
Mattrick (8/31/2011)
I want it to work, but to me it feels like throwing money at a problem without solving any of it.
For migrating existing applications to the cloud, I agree....
August 31, 2011 at 7:21 am
forsqlserver (8/28/2011)
Hi,Good question.
Does below written statements is one query statment:
INSERT INTO t2
OUTPUT inserted.id INTO @temp
SELECT d.id, t1.value FROM t1
INNER JOIN define d ON t1.name = d.name
That is just one...
August 29, 2011 at 10:18 am
I don't think reading any number of pages can give you expertise in programming. Doing is where you get the expertise and since you don't get expertise from doing...
August 29, 2011 at 8:00 am
I can certainly be something that makes sense to do. We have a cluster with a large number of DBs on them to eliminate the need for a bunch...
August 26, 2011 at 1:19 pm
Can you provide the DDL for the objects not defined in the script and sample data? What you have doesn't make it clear why you're doing the top 1...
August 26, 2011 at 1:10 pm
You can use the system_user function to get the login name if Windows authentication was used. To have an application use Windows authentication just set integrated authentication in the...
August 25, 2011 at 1:51 pm
That would be a SQL2005 version. Have you tried checking @@version or serverproperty('productversion') to see what they say? You can also check the first line logged to the...
August 25, 2011 at 1:42 pm
roger.plowman (8/24/2011)
August 24, 2011 at 7:52 am
I don't know if it would be a bad thing if some IT careers didn't require a college degree. After all, is the standard help desk call that much...
August 23, 2011 at 10:16 am
SanDroid (8/12/2011)
August 12, 2011 at 8:30 am
SanDroid (8/12/2011)
What is the use of having an open forum or dicussion if the only thing...
August 12, 2011 at 7:19 am
Bob Abernethy (8/11/2011)
August 11, 2011 at 2:39 pm
Bob Abernethy (8/11/2011)
The more data you have, the less valuable it becomes.
Tell that to Google. 🙂
August 11, 2011 at 12:49 pm
When I started at one position my commute was an hour and a half one way including a ferry ride. I don't think I'll ever get much below 30...
August 11, 2011 at 8:06 am
SanDroid (8/10/2011)
It seems incorrect to give a point to those that did NOT carefully read and...
August 10, 2011 at 9:48 am
Viewing 15 posts - 211 through 225 (of 470 total)