PowerShell

Technical Article

RE: SQL Server 2000 Security Tools

  • Reply

They do work. They even work in the case where SP3 doesn't go on, such as with some MSDE installs. 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

2003-07-15

1 reads

Technical Article

RE: Need a little course in ASP

  • Reply

Have you considered working this out from your webserver logs? If your webserver is IIS, I seem to remember its just a few clicks to import your webserver logs straight into SQL Server. Write a few queries and off you go ...

2003-07-14

Technical Article

RE: SQL Newie needs help

  • Reply

Hi Jigman, quote: Sorry, me again. I just did a quick error test by adding. if not rsADO.EOF then Response.Write rsADO("test") ' Response.Write rsADO("FieldName2") else Response.Write("EOF") and it now displays EOF to the page. I know this means that its the end of file but can someone please help me as to why it wouldnt […]

You rated this post out of 5. Change rating

2003-07-13

1 reads

Technical Article

RE: Problem creating index due to column stats

  • Reply

Hi shas3, Thanks for ur prompt reply.It was spot on. The db giving problems had 251 entries in sysindexes while other one had 7 for that table !! In my case i dropped and recreated the table. But in case that isnt possible i was wondering what could be the easiest way to put the […]

2003-07-10

Technical Article

RE: QOD june 27 select * from

  • Reply

quote: I think you've missed the point. There's a "feature" in ADO that struggles with text type. I did not mis the point of the question. But I think you've missed mine. My point is that you're application should not depend on the order of the columns of the table. You should never use select […]

You rated this post out of 5. Change rating

2003-07-09

1 reads

Technical Article

RE: ASP?

  • Reply

Now that this thread has degenerated into My Own Evangelizing Space, I'd like to add SciTE to the mix. A free editor, very fast to load, and nice to configure. http://www.scintilla.org/SciTE.html Have a greater day, pals.

You rated this post out of 5. Change rating

2003-07-09

Technical Article

RE: Temp Table results

  • Reply

If the SP works correctly when calling it from Query Analyzer, the reason that you don't get data back to ASP probably is that the SP also returns status info. Try adding SET NoCount ON in the top of the SP, and see if that helps. Hope this helps. Good luck!

You rated this post out of 5. Change rating

2003-07-09

Technical Article

RE: Primary keys missed

  • Reply

No, the only transfer that is made daily is performed by bcp against several tables, which doesn´t have any relation with the tables with missing keys

2003-07-08

Technical Article

RE: Running Totals in Stored Procedures

  • Reply

You are cross posting - the site owners get cross about that kind of thang. This is one way to create break totals and running totals without cursors or temp tables. set nocount on create table #running (keyval int identity(1,1) not null , breakval int not null , runval int not null) insert into #running […]

You rated this post out of 5. Change rating

2003-07-08

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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