Analysis Services (SSAS)

Technical Article

RE: Repeated SQL Alerts

  • Reply

Thanks MarkusB for the prompt response. I have now written a script to run as a SQL Job when the Alert fires, this script drops and recreates the Alert with the threshold value incremented the value in sysperfinfo.

2003-05-14

Technical Article

RE: Distribution Statistics

  • Reply

Hi there I believe they do, especially if the so called "parameter sniffing" feature of sqlserver is still around. Run something like this for example: DBCC SHOW_STATISTICS (mytable, PK_MyPrimaryKey) this returns info similar to what I would expect for disribution statistics with a date of the refresh. Cheers Chris K

2003-05-13

Technical Article

RE: Unused login accounts

  • Reply

You can also audit your logins with either Profiler to capture connections or if you right click the Server in question in EM and choose properties you will find Audit level options on the Security tab (you will have to stop and restart the service to use this and to turn off).

2003-05-09

1 reads

Technical Article

RE: Convert ASCII

  • Reply

Not Entirely sure what you want but try this: It Will give you the ascii number represented by the hexadecimal number declare @s1 varchar(2) ,@ii int ,@bin varbinary(10) set @s1='14' set @bin = 0 set @ii = 1 While @ii <= Len(@s1)Begin Select @Bin = @Bin +( Power( 16, @ii - 1 ) * Convert( […]

You rated this post out of 5. Change rating

2003-05-09

Blogs

Convert SQL Audit Files to a CSV Using Read-SqlXEvent

By

SQL Server Audit is an efficient way to track and log events that occur...

Control Flow Restartability in Azure Data Factory

By

I presented at SQL Saturday Pittshburgh this past weekend about populating your data warehouse...

Monday Monitor Tips: Knowing Your RPO

By

A customer was asking recently about the RPO for their estate, and I showed...

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