Resource Governor

Technical Article

RE: SQL Server Memory

  • Reply

I also tried another test on a test server. W2K Enterprise, 4gb ram. Enabled AWE and saw over 3GB of memory being used. I also tried using the Min and Max Server memory settings. When you reduce the Max setting you have to restart SQL Server for it to become effective. It's not dynamic with […]

You rated this post out of 5. Change rating

2004-04-01

Technical Article

RE: Restoring system databases to different SQL Edition

  • Reply

Thanks all, especially Steve for SO many replies (I think he's trying to get increase his number of posts )Since starting this thread I have had the chance to perform this operation on a test server and I am gald to say that so long as the service packs are consistent, the restores work without […]

You rated this post out of 5. Change rating

2004-01-30

Technical Article

RE: Weird "Group By" Behavior from Subquery with Derived Table

  • Reply

It looks like the sort of bug where the parser designers never tested a correlated derived table in a select list used with aggregates.  This should instead give you an error message, as derived tables consisting of correlated subqueries are generally not allowed.  I think it's performing the correlation before aggregating, essentially overriding the aggregation of […]

2004-01-23

Technical Article

RE: Trigger search for table

  • Reply

Hi RandyB, quote: Is there any known way to search triggers in all tables on a db for references to a specific table? this is no complete solution but I hope someone else will provide the missing part SELECT * FROM sysobjects WHERE xtype = 'TR' will give you a list of all triggers in […]

2003-08-27

Technical Article

RE: SQL Database organization

  • Reply

quote: Can stored procedures be written querying data from 2 databases on the same server? It is nothing to do with the stored procedure. Suely you can query data from different databases by using full qualify name like databasename.objectownername.objectname. For example, select * from db1.dbo.table1 People has different opinions whether they should place eggs into […]

You rated this post out of 5. Change rating

2003-08-20

1 reads

Technical Article

RE: Task Pad view in Enterprise Manager

  • Reply

It's a great idea for an enhancement but I don't know of any way to do it at the enterprise level. Stamey is right in that EM does remember it once you set it. But sometimes after you do set it you'll get an error going back into the view later on. The only way […]

You rated this post out of 5. Change rating

2003-08-19

1 reads

Technical Article

RE: SQL-DMO Samples Script/VBA

  • Reply

DMO is the right tool for scriping. I've done a few DMO articles over the last couple years with lots of different examples: http://qa.sqlservercentral.com/columnists/awarren/allarticles.asp Andy http://qa.sqlservercentral.com/columnists/awarren/

You rated this post out of 5. Change rating

2003-08-06

1 reads

Blogs

The Future of the Social Web Is in Good Hands

By

The Social Web Foundation is aiming to grow the fediverse and make the social...

Monday Monitor Tip: Compliance Checking for Old Versions

By

A customer recently wanted to know if any of their instances were too old...

Making Legend Order Match Segment Order in a Power BI Stacked Column Chart

By

A reader of one of my previous posts pointed out that the legend order...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers