Viewing 15 posts - 196 through 210 (of 250 total)
My understanding is that NOLOCK in a query overrides the global setting for that session.
The question isn't whether the inclusion of NOLOCK is wrong overall, but rather whether NOLOCK makes...
August 18, 2010 at 2:28 pm
Been there, done that.
If you install SQL Server and then change the machine name, you will need to uninstall and reinstall SQL Server. There are some issues...
August 18, 2010 at 11:31 am
Virtualization of anything only helps when what you are virtualizing is UNDER utilizing, or expected to under utilize hardware resources.
If your 10K users/connections would normally tax a physical server then...
August 18, 2010 at 11:23 am
Are you looking in multiple tables for "abc"?
Or are you looking at multiple rows in the ONE table where the column has a value of "abc"?
Posting scripts to recreate the...
August 18, 2010 at 11:12 am
The question we all are raising is whether this is RC2 or R2.
If this is R2 and you mistyped then no problem.
If you are really installing RC2 (Release Candidate 2)...
August 18, 2010 at 11:08 am
Another thought is that you could use third-party apps to monitor the servers. There are some very good ones out there from Red Gate, SQLSentry, and several others.
August 17, 2010 at 9:53 pm
Unfortunately, this was introduced in R2 and only works with R2 (version 10.50) or greater (future versions).
http://msdn.microsoft.com/en-us/library/ee210548.aspx
This is a great new feature and an add-on or something for other versions...
August 17, 2010 at 9:51 pm
Check out this link for creating a linked server:
http://technet.microsoft.com/en-us/library/ms190479.aspx.
There is an example specific to Oracle. You will need to make sure the appropriate provider from Microsoft, and possibly Oracle...
August 17, 2010 at 11:56 am
For starters, you could an index that uses the two columns in the WHERE clause. That will probably be a huge improvement.
August 17, 2010 at 11:50 am
That is all you need!
There are some decent tutorials on that site. Pay particular attention to the ones that show how to create your datasources and the ones on...
August 17, 2010 at 11:48 am
That is correct. All UDF types are database specific and cannot cross database boundaries. This is great for security and all, but very frustrating if you would like...
August 17, 2010 at 11:00 am
I believe you can use the Taks | Generate Script option when you right-click the database.
Be sure and click Advanced on the second screen. Then change the Types of...
August 17, 2010 at 10:55 am
If you are going to access existing data tables then go to http://www.powerpivot.com. You find a free BI add-in for Excel 2010.
It works best on the 64-bit version due...
August 16, 2010 at 3:36 pm
Questions for you on this:
Are these all read-only?
If so, why would each need a separate schema?
You have separate schemas, or separate databases for each county?
August 16, 2010 at 3:15 pm
I would suggest downloading the SQL Server 2008 R2 Management Studio Express from http://www.microsoft.com/downloads/details.aspx?familyid=56AD557C-03E6-4369-9C1D-E81B33D8026B&displaylang=en.
This is basically the Client tools in a separate package. The only catch is that BIDS...
August 16, 2010 at 9:52 am
Viewing 15 posts - 196 through 210 (of 250 total)