Viewing 15 posts - 17,536 through 17,550 (of 26,484 total)
Your Tally table isn't. Please read the 4th article I reference in my signature block below regarding Tally Tables. Trust me, it will be enlightening, it was for...
January 8, 2010 at 9:36 am
And a newbie sees the light :w00t:
January 8, 2010 at 9:32 am
Krasavita (1/8/2010)
we are adding 4G RAM now. I have 2 instanses that I don't need, how can I remove them?
Okay, you are adding 4GB, so how much total??
January 8, 2010 at 9:30 am
Sample data? INSERT INTO statements.
January 8, 2010 at 8:41 am
I think that is what you are going to have to in order to determine which sprocs are being used.
January 8, 2010 at 8:40 am
Lynn Pettis (1/8/2010)
Krasavita (1/8/2010)
Is each instance contains their own RAM?
It depends,
PLEASE ANSWER THE FOLLOWING:
What is the configuration of the development server (total server memory, disk drives (raid type or not,...
January 8, 2010 at 8:37 am
Krasavita (1/8/2010)
Is each instance contains their own RAM?
It depends,
PLEASE ANSWER THE FOLLOWING:
What is the configuration of the development server (total server memory, disk drives (raid type or not, etc)? How...
January 8, 2010 at 8:26 am
Tested, and looks like the same as above.
create table dbo.TestTable (
A char(2),
B int,
C int,
V...
January 8, 2010 at 8:23 am
It would help if you provided the table defination(s) as CREATE TABLE statement(s) and the sample data as a series of INSERT INTO statements.
January 8, 2010 at 8:13 am
Ray K (1/8/2010)
ddlawal (1/8/2010)
I need a mentor too.......any takers?Just keep posting to these forums. You'll find plenty of 'em! 🙂
Agree I must with this comment. Much learning have...
January 8, 2010 at 8:06 am
jcdyntek (1/7/2010)
Why in the world would we be referencing a standard from 89?
As Gail said, the OP is converting code using the *= style joins to ANSI-92 joins.
January 8, 2010 at 7:36 am
You can change the compatibility level of the database in SQL Server 2005 all you want. What you can't do is take a backup of the database and restore...
January 8, 2010 at 7:34 am
Scared him off, I think we did.
January 8, 2010 at 7:29 am
GSquared (1/8/2010)
Lynn Pettis (1/8/2010)
Alvin Ramard (1/8/2010)
Hey Lynn, did you get that hippopotamus for Christmas?😀
Thankfully, NO! I (actually the family) did get a few good (IMHO) movies: Star Trek, GI...
January 8, 2010 at 7:25 am
Viewing 15 posts - 17,536 through 17,550 (of 26,484 total)