security

Technical Article

RE: "with sample xxx percent" is your friend ...

  • Reply

OK, so it is gauche to reply to your own post. But here goes: And all your good work by setting the right sampling for index statistics can be destroyed by a well meaning DBA who sets up a regular script to call sp_dbupdatestats without the critical @resample='YES' parameter!

You rated this post out of 5. Change rating

2003-05-01

1 reads

Technical Article

RE: SQL Query problem - Please Help

  • Reply

Sorry, also when you include TOP clause, you can remove count(*) from the select list of sub query. SELECT * FROM t_retail where t_Retail.Pcde6P IN (SELECT top 100 PERCENT t_Retail.Pcde6P FROM t_Retail WHERE LEN (LTRIM(t_Retail.Pcde6P)) = 6 GROUP BY t_Retail.Pcde6P HAVING Count(t_Retail.Pcde6P) > 2 ORDER BY Count(*) DESC )

You rated this post out of 5. Change rating

2003-05-01

Technical Article

RE: 2 Server Communication

  • Reply

You are tring to access SQL Server with 'trust connection' from IIS server. Option1 : create SQL Server login with proper permissions to your database and modify your ASP connection string to use 'SQL Server authentication' to access SQL Server. connStr = "Provider=SQLOLEDB;Server=x.x.x.x;Database=" & _ dbname & ";UID=username;PWD=password" Option2 : Grant 'NT Authority\Anonymous Logon' to […]

You rated this post out of 5. Change rating

2003-04-30

Technical Article

RE: Operating system error 112(There is not enough spa

  • Reply

Where are you trying to save it on the destination server? Is it a partitioned drive? How much space is in that partition? For example: The destination server could have a drive partitioned into C and D. All together they could have 10GB free space, but the C drive could only have 2 GB left […]

You rated this post out of 5. Change rating

2003-04-30

Technical Article

RE: Getting Certified

  • Reply

This is where the technique used by Patrick and by my alphabet soup certification friend is invaluable. By scheduling the test, you've got incentive. K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

You rated this post out of 5. Change rating

2003-04-30

1 reads

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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