Viewing 15 posts - 6,511 through 6,525 (of 14,953 total)
Are you just trying to round the Value column?
If so, have you looked at the T-SQL "Round" function? http://msdn.microsoft.com/en-us/library/ms175003.aspx
October 18, 2010 at 10:35 am
dndaughtery (10/18/2010)
October 18, 2010 at 10:33 am
You'll have to shrink the databases to get that file space back. Watch out for both file and data fragmentation when you do that.
October 18, 2010 at 10:32 am
You can have more than one step in an SQL Agent job. Move the second job into the first one, as Step 2.
Does the disk space taken up by...
October 18, 2010 at 10:30 am
Take a look at the Create Database syntax in Books Online (or on MSDN). It has an option for re-creating a log file when you create a database from...
October 18, 2010 at 10:27 am
Since selecting from multiple tables is just about the most basic function there is in a database, I think what you should probably do is take a class or read...
October 18, 2010 at 10:24 am
If it's a large amount of data from Server B, then you might want to insert into a table variable, then from that insert into a temp table that you...
October 18, 2010 at 10:17 am
I'm not sure what you mean by wanting to have the department name in the header. Do you mean as a row in the file?
October 18, 2010 at 10:15 am
Do you have the scripts that were used to roll in the schema updates? If so, are they reversible?
When I roll out any major database change, I make sure...
October 15, 2010 at 1:35 pm
I missed that you need to partition the number.
Is there a reason that the incrementing number needs to be stored in the database? Can you store a datetime or...
October 15, 2010 at 1:31 pm
No clue. The company I ran into it at went out of business in 2007. No clue what happens with 2008.
October 15, 2010 at 1:04 pm
You need to separate the two query conditions.
Do you have a "customers" table of some sort? I'm assuming the customer_no column in the orders table refers to something like...
October 15, 2010 at 1:01 pm
GilaMonster (10/15/2010)
GSquared (10/15/2010)
And my evil master plan for conquering the world by working for a small marketing company is going exactly as I have forseen it!! 🙂Badly?
I was more thinking...
October 15, 2010 at 12:48 pm
Brandie Tarvin (10/15/2010)
GSquared (10/15/2010)
And my evil master plan for conquering the world by working for a small marketing company is going exactly as I have forseen it!! 🙂
Wow. You...
October 15, 2010 at 12:26 pm
Stefan Krzywicki (10/15/2010)
Brandie Tarvin (10/15/2010)
And this one gives me 1 above that fifty mark. HA!Now, nobody else can post. I need to retain my ranking. @=)
I can post for quite...
October 15, 2010 at 12:25 pm
Viewing 15 posts - 6,511 through 6,525 (of 14,953 total)