Viewing 15 posts - 9,946 through 9,960 (of 15,381 total)
sasansamani (11/28/2012)
November 28, 2012 at 11:25 am
sasansamani (11/28/2012)
Waste Hauler Unique Number Example: 00000-V/C 0000- AT- YR
Requirements:
Hauler # = 00000 (permanent)- there may be 1000 hauler companies
Asset ...
November 28, 2012 at 10:33 am
rajam.venkatesh58 (11/28/2012)
Hi All,Please answer quickly,
what is the query for finding average active sessions in sqlserver
Interview?
What does "average active sessions" mean? Is that the average active sessions in the course of...
November 28, 2012 at 9:54 am
Duplicate post. Please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1389914-338-1.aspx
November 28, 2012 at 9:51 am
sasansamani (11/28/2012)
Does SQL Server Express support all programmability features?
What do you mean by this?
Is a sequence a function or DDL trigger?
You posted this in the 2005 section so I assume...
November 28, 2012 at 9:49 am
It is nearly impossible to do much but guess because you didn't provide much detail. Please see the first link in my signature for bet practices when posting questions.
November 28, 2012 at 9:42 am
LoosinMaMind (11/28/2012)
This will eventually be imported from a csv/txt file via the import wizard in...
November 28, 2012 at 9:11 am
mike.littlewd (11/28/2012)
I'd like to have a go at pivoting this small dataset to start with before applying to a larger set of data.
Can it be done?
This is the starting result...
November 28, 2012 at 9:01 am
goodtomorrow01 (11/27/2012)
[Day] [Time]
Mon 07:00
Tue...
November 28, 2012 at 8:32 am
patrickmcginnis59 (11/28/2012)
It would be interesting to see if the queries produced different execution plans. I'm gonna put that on my todo list !
Easy enough.
create table #Handset
(
Something varchar(10),
ModelName varchar(10),
ManufacturingYear int
)
create table...
November 28, 2012 at 8:29 am
Run both queries and look at the actual execution plan. They will be pretty much the same, if not identical. I don't like to see filtering in a join condition...
November 28, 2012 at 8:22 am
Due the denormalized data and the very unique situation it is impossible to give a generic this is a set based way to do this. If what you have is...
November 27, 2012 at 12:55 pm
richard.noordam (11/27/2012)
first of all i was NOT looking for a specific solution. So your comment, and snarkyness are not appreciated, nor warranted.
If I came across as snarky I apologize....
November 27, 2012 at 12:03 pm
kiasystemsoft (11/27/2012)
sorryI can not speak English well
-------------
I do not view design mode for the user in Views
Try typing your question in your native tongue and then use google translate...
November 27, 2012 at 10:30 am
now there is probably a few ways that this could be solved... maybe better? this most definitely works though.
Agreed there are better ways to do this. I doubt you need...
November 27, 2012 at 10:25 am
Viewing 15 posts - 9,946 through 9,960 (of 15,381 total)