Viewing 15 posts - 436 through 450 (of 961 total)
I frankly wouldn't advice doing it using the model database:-
The model database is a template for all future databases. Do not change it unless you want the change in all...
March 5, 2012 at 12:21 am
http://www.sqlservercentral.com/Forums/Topic432976-360-1.aspx
Try going thru this
March 5, 2012 at 12:17 am
Msg 651, Level 16, State 1, Line 4
Cannot use the PAGE granularity hint on the table "dbo.datachurn" because locking at the specified granularity is inhibited.
Hmm interesting , I got the...
March 1, 2012 at 12:58 am
to each his own 😀 . I had always used a config file to store all my variables and connections strings. But recently I have shifted to using the registry...
February 29, 2012 at 11:56 pm
Check if u have enabled AWE. Have your tried running perfmon? what are the results?
If you can provide details ( specific numbers ) it will be more helpful
February 29, 2012 at 11:52 pm
are u using 64 bit or 32 bit , check sql server properties, other than the migration to virtual server have you changed anything else.
February 29, 2012 at 4:00 am
one approach would be to store the connection string as an entry in the registry so that all new packages can also use them. you can also share a single...
February 29, 2012 at 2:43 am
Touche 😀 , i did automatically go the SSMS to try it out before I realized I Uninstalled SQL Server in my laptop yesterday.
Ill try it out as soon as...
February 29, 2012 at 2:33 am
Personal experience says just create a dedicated script for LIVE and perform the deployment.
The reason...
Interrogating the server list , or dynamic sql etc are by nature subject to change. A...
February 29, 2012 at 2:27 am
are the ids identity columns , u cud try DBCC CHECKIDENT
February 29, 2012 at 2:25 am
@Gail , what if we use a lock hint ?
February 29, 2012 at 1:55 am
If this is for your own purposes I would suggest you wait till the RTM is out for SQL 2012.
If you are asking for a project your working on...
February 29, 2012 at 1:52 am
The fact that adding additional processors increased the query execution speed suggested that the query needs to be re written . I don't think the execution of one single procedure...
February 29, 2012 at 1:46 am
So on most frequently used tables should we put these options off ?
So can blocking on one table get escalated to other tables/processes ? If yes, how ?
To the first...
February 29, 2012 at 1:40 am
Hi Satish
Everyone who are replied to this thread have been in SQL for years now. Most are legends in SQL and the rest are getting there. The one thing they...
February 29, 2012 at 12:44 am
Viewing 15 posts - 436 through 450 (of 961 total)