Viewing 15 posts - 23,551 through 23,565 (of 26,490 total)
How do you have the numeric value defined?
November 24, 2008 at 10:24 am
Jack Corbett (11/24/2008)
Rod at work (11/24/2008)
November 24, 2008 at 10:06 am
rshafer (11/24/2008)
What does N and U stand for/do when using OBJECT_ID?IF OBJECT_ID(N'tempdb..#test', 'U') IS NOT NULL
This is a unicode (nvarchar) string: N'tempdb..#test'
This, 'U', mean user defined table.
You can...
November 24, 2008 at 9:53 am
You may also want to look at the possibility of using indexed views.
November 24, 2008 at 9:48 am
What it means is that you will have purchase SQL Server 2008 for the server that you are installing SSAS, SSIS, SSRS on seperately from your database server. You...
November 24, 2008 at 9:46 am
Congratulations. Maybe some day I'll go for the certs. I've been working with SQL Server for 12 years, but never really had the time to do it.
November 24, 2008 at 9:01 am
As you are pulling the data from a table, I'm at a loss as to why you are using a cursor for this process. Below is the code I...
November 24, 2008 at 8:35 am
Please note, I corrected the code in my post above. I didn't quite cut and paste correctly while rewriting it.
Sorry.
November 23, 2008 at 11:46 pm
Considering there isn't a MCDBA certification for SQL Server 2005. It has been broken out into 3 different certifications. As Jeff said, check the Microsoft Web site. ...
November 23, 2008 at 11:41 pm
kevin van (11/23/2008)
The query should work in SQL 2005, let me if it does not work
If the database is still in compatibility mode 80, yes, but if the database has...
November 23, 2008 at 11:34 pm
Here is my untested rewrite of your query. As rewritten, this query will also work on SQL Server 2000. I could have written the derived table as a...
November 23, 2008 at 11:32 pm
Here's the question you haven't answered. You have a loan with a monthly payment, the first payment is due on January 30th, when is the March payment due, since...
November 23, 2008 at 10:49 pm
Jeff Moden (11/22/2008)
GAAAA!!!http://www.sqlservercentral.com/Forums/Topic606992-65-1.aspx
Yep, the record's stuck, the record's stuck, the record's stuck, the record's stuck...
November 22, 2008 at 5:01 pm
teddunaveen (11/22/2008)
1)How to do the Defragmentation?
2)how to check the free space in server?
3)my application developer deleted 10 records how can i...
November 22, 2008 at 4:59 pm
I feel like I'm chasing a moving target myself. Everytime I think I'm close to understanding the problem, it changes (or the water gets muddier, pick your own metaphor...).
November 22, 2008 at 4:01 pm
Viewing 15 posts - 23,551 through 23,565 (of 26,490 total)