Viewing 15 posts - 3,706 through 3,720 (of 7,168 total)
SQL Server Execution Plans By Grant Fritchey
Buy it from Amazon too 😉
June 27, 2012 at 5:04 pm
bothap (6/27/2012)
I've been looking around on the internet and there are several articles around for high-availability, though not so much on easy maintainable load-balancing clusters.
Any ideas to the problem...
June 27, 2012 at 2:58 pm
Many SQL experts I follow and respect (yourself included) caution against accessing large swaths of the proc cache on a live server. I like the idea of setting up a...
June 27, 2012 at 2:24 pm
7 different OLE DB Data Sources
June 27, 2012 at 1:35 pm
IIRC MySQL does not expose metadata in compliance with what the SSIS OLE DB destination requires. You could look into a third party OLE DB driver, or look into upgrading...
June 27, 2012 at 1:34 pm
If it were me I would not take the advice of anyone on a forum for this one. If you have a dev environment, try it there first and find...
June 27, 2012 at 1:31 pm
If the proc in the other schema is explicitly owned and it is not owned by the same owner as the dbo schema then the ownership chain is broken.
Similarly, if...
June 27, 2012 at 12:18 pm
bmanning 59285 (6/27/2012)
I am a newbie, I need to give an access to all tables and stored procedures in the database with
select and view permissions only on SQL...
June 27, 2012 at 11:19 am
sudhakara (6/27/2012)
Getting the registry values (service account,authentication mode,etc)through system stored procedures using sql server integration services.
Not getting the error at the first attempt , its...
June 27, 2012 at 9:21 am
I make a distinction between a Catalog View and a System View where the documentation does not. Catalog Views are dependent on the Catalog/Database Context. System Views return the same...
June 27, 2012 at 8:36 am
I've seen similar errors surface. In other cases it pointed towards a bug in the DB engine code. What build are you running?
SELECT SERVERPROPERTY('Edition') AS Edition,
...
June 27, 2012 at 8:01 am
True, sys.master_files is not technically a DMV. The DMV acronym is pervasive however, so I use it in place of a lot of objects sometimes, even though that is incorrect....
June 27, 2012 at 6:30 am
Big brother must have been watching over me. All is well now 🙂
June 26, 2012 at 8:53 pm
ScottPletcher (6/26/2012)
As I understand it having database files stored across two arrays (data on one array, logs on the other) gives us a better chance of recovering to the point...
June 26, 2012 at 4:50 pm
Viewing 15 posts - 3,706 through 3,720 (of 7,168 total)