Error Handling

Technical Article

RE: Distributing database with application?

  • Reply

Ok, I missed that MSDE uses its 'mixed mode authentication' which means that administrators on a windows machine automatically get access to the DBMS. But you should be able to turn of this by removing the BUILTIN\Administrators login from the sysadmin group or remove it (I haven't tried this myself, I got it from http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=22) […]

You rated this post out of 5. Change rating

2004-10-07

Technical Article

RE: Preformance Tuning Advice

  • Reply

- Wach out for the code used in sub-SPsIF @ReturnVal = NULL SET @ReturnVal = 0use IF @ReturnVal IS NULL SET @ReturnVal = 0    or     SET @ReturnVal = ISNULL(@ReturnVal, 0)Also, use output parameter to return value from the SP. RETURN is supposed to be used for status code only. Even better - use function instead.- Create […]

2004-08-04

Technical Article

RE: Moving DTS Packages saved on SQL Server

  • Reply

There are several ways to do this.1.  You can just backup/restore the msdb database.  This will migrate all jobs and DTS packages to the other server. 2.  You can click on each of the DTS packages and save as a Structured File.  You can then copy them wherever you want them (SourceSafe for example would be […]

You rated this post out of 5. Change rating

2004-07-17

Technical Article

using SQL to serve PDF files to IIS thru firewall?

  • Topic

Hello all,I presently have a SQL Server supplying data using ADO.Net and query strings through a designated SQL port (opened on my Cisco Pix firewall) to an IIS server running my ASP.Net applications and then exposing it all to the web.I want to be able to expose PDF files with the SQL Server that's on this […]

You rated this post out of 5. Change rating

2004-06-11

3 reads

Technical Article

DTS Global Variable problem

  • Topic

I have a DTS set up which checks the status of a process and sends an alert to a user if a certain condition is met.Each run checks the condition against a global variable, and when complete, updates the global variable with the new value.For example: GV1 was preset to "SUCCESS", after very first run, […]

You rated this post out of 5. Change rating

2004-05-24

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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