Viewing 15 posts - 20,821 through 20,835 (of 22,202 total)
Sure. Sorry I couldn't help.
You might run into problems with those non-ansi joins too.
Instead of "FROM X, Y WHERE X.Id = Y.Id" you would use "FROM X INNER JOIN Y...
March 17, 2008 at 6:03 am
It's just a server with databases on it as far as normal operations are concerned. You shouldn't have any issues of any kind running a restore.
March 14, 2008 at 12:29 pm
Amit Tiwari (3/14/2008)
I have a table having Five Columns
CREATE TABLE TABLE_X (
Col1 INT NOT NULL,
Col2 varchar(10) NOT NULL,
Colc Datetime NOT NULL
)
PRIMARY KEY CLUSTERED IS ON COL1 & COL2.
THERE is...
March 14, 2008 at 9:21 am
WILLIAM MITCHELL (3/14/2008)
Since the status column is an int, I am guessing that there is a table of statuses that gets joined on the status column, so I would think...
March 14, 2008 at 9:14 am
I served mainly on pretty small boats & ships (short time on an LST) so I didn't see any of the crews I worked with die. Considering some of the...
March 14, 2008 at 7:37 am
What do your execution plans look like. What kind of indexing is on the table.
While 16 million rows is not small, it's not so outrageously large that you can't...
March 14, 2008 at 7:33 am
Really? They feed that crap to people? That's nasty. I'm glad I'm not too bipolar (shut up... no you shut up... shhh, they can hear us).
March 14, 2008 at 7:02 am
Chrissy (3/14/2008)
I am very much a newbie, and I just wanted to say this forum has actually given me confidence to start training as a SQL DBA in my...
March 14, 2008 at 6:53 am
Brandie Tarvin (3/14/2008)
Wow. I'm WAAAAAY off. just googled it. It's air conditioning fluid.I guess it beats freon. @=)
Oh, we had freon too. Did you know that freon, when...
March 14, 2008 at 6:50 am
Brandie Tarvin (3/14/2008)
Chris said:
Grant Fritchey (3/14/2008)
--------------------------------------------------------------------------------
I don't know if I'd call poking holes in water the "front lines" but from what I saw of the AF, you guys had...
March 14, 2008 at 6:46 am
Also, do a search in the Scripts [/url]section here in SSC. You'll find all kinds of examples for doing what you need.
March 14, 2008 at 6:41 am
OK. I'm confused.
You can use a wrapper proc to call the other procedures. You just have to make sure that the wrapper proc has parameters for those procedures. I do...
March 14, 2008 at 6:40 am
Which CTP are you running. I'm running the February version. I just finished generating an entire data model using the Adventureworks database. No problems. Assuming you're running the February CTP,...
March 14, 2008 at 6:33 am
Viewing 15 posts - 20,821 through 20,835 (of 22,202 total)