Viewing 15 posts - 286 through 300 (of 440 total)
Primary key on what columns? if it is based on Identity column then i dont see any use.
If it is on business Columns YES it will be benificial.
Thanks -- Vj
February 4, 2009 at 9:59 am
Hi
You can use the sample query
In your case you dont have any critirie to group by so in the below query i removed the group by.
SELECT SUM(EXP_5) from
Thanks...
February 3, 2009 at 12:29 pm
I tried the queries and it looks to me Query 2 is better compared to Query 1.
But again There is very slight differernce between Query 1 and 2. this is...
February 3, 2009 at 12:07 pm
Hi
I will go with first "INSERT THE DATA" and then based on the results I will issue "UPDATE". because Insert is always faster compared to UPDATE.
Thanks -- Vj
February 3, 2009 at 12:03 pm
Hi
There are somany tools which provides this, but all these are based on comparing the DevDB with PrePordDB and list out the difference between these and prepare alter script for...
February 3, 2009 at 11:52 am
Hi
Its purely depends on what kind of role they are playing.
Assignemnts can be Upgrading from SQL Server 2005 to SQL Server 2008
or
Upgrading from SQL Server 6.0 to SQL...
February 2, 2009 at 12:07 pm
February 2, 2009 at 11:56 am
Hi
Why dont you use DTS or SSIS?? What my experience says Oracle Migration workbech gives several kinds of problems.
Thanks -- Vj
February 2, 2009 at 11:53 am
Hi
There are several ways to do this and it is very basic thing in writing queries.
Check out the below link, i am sure you will be able to do it...
January 8, 2009 at 10:39 am
Hi
Merge Join :
SQL Server performs a join between two sets of row data using the merge
join algorithm. The inputs are two separate sets of row data. Output is
the results...
January 8, 2009 at 10:29 am
Hi
You can't use IN clause with any variables.. to do this you need to construct dynamic SQL..
Thanks -- Vj
January 8, 2009 at 10:26 am
Hi
Are you expecting all the possible answers to your post, so that you can frame your question based on this :w00t:
Thanks -- Vj
January 8, 2009 at 10:23 am
Hi
You dont have to use ERWin Model to get the relationshhip diagram. Simple you can Database Diagramming in SQL Server. This is very good..
Check out thebelow link for more infromation.
January 8, 2009 at 10:19 am
Hi
The best option is to use XML data type to store this kind of information. So this way you can even validate the XML by having XSD. From performance point...
January 8, 2009 at 10:08 am
Viewing 15 posts - 286 through 300 (of 440 total)