Viewing 15 posts - 841 through 855 (of 1,253 total)
Hi
"Select * into" does not create the indexes from the source table. Ex:- Select * into table1 from table2 . table1 will be created with the same columns as...
March 26, 2008 at 3:09 am
Nisha (3/24/2008)
March 26, 2008 at 1:12 am
Hi
Jeff - we are still in the development phase of the project. What i meant was that daily there are some modifications to the procedures. This does not mean...
March 26, 2008 at 1:11 am
Hi
Not in SSMS, but u can use sys.dm_tran_locks or system monitor.
March 25, 2008 at 4:15 am
Hi
RbarryYoung - RTM version does not have a option where we can generate alter script for all the procs that have been modified. Rightclick on the database\Tasks\ Generatescripts has pptions...
March 25, 2008 at 12:33 am
Hi
If u know how to use SSIS then you can import your data with that. You can make the name of the server,db configurable such that they are taken while...
March 24, 2008 at 10:32 pm
Hi
Thanks everyone...:) .
My procedures get changed daily and i cant generate the alter script as iam using SQL 2005 RTM ( i cant change it).
March 24, 2008 at 2:54 am
Hi
What i really wanted to know was about execution plans.
I believe that dropping and recreating the stored procedures
will drop the existing executions plans of the stored procedures and create...
March 20, 2008 at 3:03 am
In a cluster of say 3 servers would'nt the resources of the 3 servers be used. So cant clustering be used for sacling out?
March 19, 2008 at 1:14 am
Well you cant have multiple columns with null values and a unique index on them. If this situation cant be changed you can take away the unique index and do...
March 19, 2008 at 12:51 am
Hi
"45" , "70" will appear in all the records that are returned. The display part as how you want it will have to be done in the Front-End/UI level.
You...
March 17, 2008 at 2:40 am
Hi
Default collation is "SQL_Latin1_General_CP1_CI_AS". The date format would probably be the date format of the server.
March 17, 2008 at 2:09 am
Hi
Are you sure its the right "select" statement that you have put nolock on. Better check things once again.
March 17, 2008 at 2:01 am
Hi
In SQL Server configuration Manager\Network protocols
check whether Shared Memory protocol is enabled. This is enabled by default.
March 17, 2008 at 1:19 am
Viewing 15 posts - 841 through 855 (of 1,253 total)