Viewing 15 posts - 6,136 through 6,150 (of 14,953 total)
alen teplitsky (11/10/2010)
got it installed, this one does go to 11
uuuugggggghhhh!! (Funny though)
November 10, 2010 at 1:08 pm
How is remote connection configured on the SQL 2008 instance?
If it's Express edition, keep in mind that the default is shared memory connections only, and you have to turn on...
November 10, 2010 at 12:07 pm
Bing had some good answers on that one, if you want details. I assume Google would too.
Basically, it's part of data modeling.
November 10, 2010 at 12:05 pm
Jeff Moden (11/10/2010)
Craig Farrell (11/9/2010)
And back on topic for the thread:http://www.sqlservercentral.com/Forums/Topic1018016-338-1.aspx
*wallbanger*
I'll be "blah blah"ing over in the corner now.
As I said on that post... now I know what a feeding...
November 10, 2010 at 11:26 am
Add "('Email')" after "RAW" to Wayne's code and it'll put that tag in there where you want it.
November 10, 2010 at 10:09 am
Adam Gardner (11/10/2010)
Land acquisition cost in the Denver area is one of...
November 10, 2010 at 10:02 am
What precisely is a "temp column"? A column in a temp table?
November 10, 2010 at 9:54 am
Allow Null/Blank simply allows those. If you don't want to use one of them, I believe you need to set a default value for it.
November 10, 2010 at 9:53 am
I don't know, but I know MS SQL won't allow remote object creation like that. I seriously doubt Oracle would. That would be a huge security hole potentially.
November 10, 2010 at 9:52 am
GilaMonster (11/10/2010)
Steve Jones - SSC Editor (11/10/2010)
If you're not sure, check the default trace for activity.Default trace won't have queries in it. Object create/drop yes, but not normal DML.
Default trace...
November 10, 2010 at 9:51 am
To be fair to the owners of this forum (Red Gate), they have a comparable product too.
I've used it and the Apex tool, and both will get the job done...
November 10, 2010 at 9:46 am
Adam Gardner (11/10/2010)
November 10, 2010 at 9:43 am
If you need to return zeroes for combinations that don't show up in the measure, you need to write it as an inline sub-query.
They look like this:
select a, b,
...
November 10, 2010 at 9:39 am
Stefan Krzywicki (11/10/2010)
jcrawf02 (11/10/2010)
Chad Crawford (11/9/2010)
Edited. Decided there was no good point to my post.What the heck is that? Now we have to have GOOD posts?
If everything on the...
November 10, 2010 at 8:46 am
Do you need the line number of the code (the query), or of the data (the results of the query)?
November 10, 2010 at 8:44 am
Viewing 15 posts - 6,136 through 6,150 (of 14,953 total)