data

Technical Article

RE: SQL 2k on WIN 2003

  • Reply

hardwarewise, memory,cpu and IO limits sql server performance.                   since you upgraded your host, it might push more IO request to your storage, which means now you need to upgrade your storage too.

You rated this post out of 5. Change rating

2004-02-19

Technical Article

RE: dynamic sql runs under which user ?

  • Reply

No, dynamic sql is executed with permissions of the current user, even if in stored procedures.Yes, if you need to use dynamic sql, you should use sp_executesql. It allows for parameters and gives you a better chance that SQL Server will reuse query plans.For the sake of completeness, take a look at this one:http://www.sommarskog.se/dynamic_sql.html 

You rated this post out of 5. Change rating

2004-01-30

1 reads

Technical Article

RE: SQL/Active Directory issue???

  • Reply

Maybe this would work: sp_grantlogin [@loginame =] 'login' sp_grantlogin sp_revokelogin Note that the SQL security account procedures and the NT security account procedures differ. If you got a snapshot of all of the logins/role membership/permissions for the NT accounts, and their NT account name has not changed, then you could scan through them and use […]

You rated this post out of 5. Change rating

2003-12-01

Technical Article

RE: Crystal Reports......

  • Reply

The quickest way I have found after about 10 years of using Crystal is to write SQL stored procs (with the advantages of plan caching, ability to use UDFs, etc) and hook Crystal to a single SP that then returns all the data nicely formatted. The less time spent formatting data and joining tables in […]

You rated this post out of 5. Change rating

2003-08-08

2 reads

Blogs

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Set a Runtime Variable in an Azure DevOps Pipeline

By

Note: I DO NOT recommend this. Any changes to a pipeline should be in...

A New Word: Symptomania

By

symptomania – n. the fantasy that there’s some elaborate diagnosis out there that neatly...

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