Viewing 15 posts - 751 through 765 (of 2,007 total)
Wallertown (4/11/2012)
I'm new to SQL and hope you can help.
I want the following:
I want a select query which selects the weight-field of a datatable.
But it shall only select the weight...
April 11, 2012 at 3:31 am
WayneS (4/10/2012)
Has anyone ever scanned Cadavre's QR code in his icon?
Ooo, ooo!! I've scanned it. Probably the only one though 😉
It's just a link to my linkedin profile, nothing special.
SQLRNNR...
April 11, 2012 at 2:43 am
Jeff Moden (4/10/2012)
Cadavre (4/10/2012)
Matt Miller (#4) (4/10/2012)
April 10, 2012 at 5:58 pm
Matt Miller (#4) (4/10/2012)
April 10, 2012 at 3:53 pm
tonyarp05 61903 (4/10/2012)
I have an table called type.
SeqAttributeTypeTypeid
15 10
21 ...
April 10, 2012 at 9:50 am
--edit--
Removed my post as it's less helpful to the OP than Gail's. My post was more of a spoon-feeding exercise.
April 10, 2012 at 9:39 am
GilaMonster (4/10/2012)
Is the program manager of the query optimiser team sufficient of an authority?
You'd have to hope so, right? 🙂
April 10, 2012 at 4:37 am
Does anyone have a link or script to prove that using the physical table order to determine the order of your results is bad?
April 10, 2012 at 3:57 am
yingchai (4/10/2012)
Hi Cadavre,bbb will be Inbound and aaa will be Outbound.
This is your problem.
You're relying on the physical order of the table. This is not guaranteed by SQL Server so...
April 10, 2012 at 3:55 am
yingchai (4/10/2012)
Cadavre (4/10/2012)
What I want to know is how can you tell which is inbound and which is outbound?
In your sample data, aaa and bbb are the FLAG1...
April 10, 2012 at 3:34 am
Not really.
What I want to know is how can you tell which is inbound and which is outbound?
In your sample data, aaa and bbb are the FLAG1 and FLAG2...
April 10, 2012 at 2:45 am
After 320 visits, you should know by now that you need to provide DDL, readily consumable sample data and expected results as per this article.[/url]
First, I've build some sample...
April 10, 2012 at 2:05 am
capn.hector (4/4/2012)
i would test to see which is faster.
I know what you're thinking, it's far faster to not cast a datetime as a string so it follows that it'll be...
April 4, 2012 at 9:28 am
pixelwiz (4/4/2012)
Let's say I have a table of locations (currently 3 but can grow), a table of customers, and a table of transactions.
I need to generate a report that shows...
April 4, 2012 at 9:15 am
On the same box, just tried a 1-11000 tally table and got the same results.
I guess it's a memory issue. When I've got more time I'll free...
April 4, 2012 at 7:21 am
Viewing 15 posts - 751 through 765 (of 2,007 total)