SQL Server Agent

Technical Article

RE: Dynamic Columns

  • Reply

Thanks Frank. I think you've got it but let me make sure. You're saying create the 'Create Table' statement dynamically by adding a field, (@tname) to the 'Create Table' statement during my loop then execute (@stmt) it at the end? I'm fairly new to SQL and still figuring out the syntax, what does the N […]

2003-07-24

Technical Article

RE: Run File From Query Analyzer?

  • Reply

You can also customize the toolbar to run applications like Notepad. I did this for Textpad. Didn't mention this before 'cause I didn't think that was what you were looking for. From MSDN: To add commands to the Tools menu 1. On the Tools menu, click Customize. 2. In the Customize dialog box, click the […]

2003-07-12

Technical Article

RE: ASP?

  • Reply

quote: Hi Markus, quote: I know the forum has a little bit of this on the XML section, but maybe a section devoted to ASP would be handy. I had a few questions on some HTML code that needs to interact with my DB . post it to this forum. I've tried posting some VB, […]

You rated this post out of 5. Change rating

2003-06-26

Technical Article

RE: Is NOT EXISTS fast like EXISTS?

  • Reply

Your DBA dropped PUBS on your DEV box? Bit over-zealous isn't he/she? I can understand and agree in production, but pubs and northwind can be very handy in dev/test environments. Hope these results post ok... select * from authors a where NOT EXISTS (select * from titleauthor ta where ta.au_id = a.au_id) (3 row(s) affected) […]

You rated this post out of 5. Change rating

2003-06-24

Technical Article

RE: SQL Server Mag User Study

  • Reply

I completed it again. I liked the SQL Server hat and my son won't give it up. Now, what will probably happen is my 4 year-old will see it and want it and I'll be back to the Veritas hat. 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-06-05

Technical Article

RE: create attachement on E-Mail

  • Reply

Narrie, Try: . . EXEC @hr = sp_OASetProperty @MailID, 'To', @To -- Add the attachment file EXEC @hr = sp_OAMethod @MailID, 'AddAttachment', NULL, 'InsertAttachmentPath&FileNameHere' EXEC @hr = sp_OAMethod @MailID, 'Send', NULL EXEC @hr = sp_OADestroy @MailID

2003-06-04

1 reads

Technical Article

RE: Moving databases to a new server

  • Reply

Since the DBs are very small you can either use DTS or Backup/Restore and take care the users part. Here is a good article on moving 7.0 to 2000 http://sqlteam.com/item.asp?ItemID=9066 Edited by - Shas3 on 05/29/2003 2:59:04 PM Edited by - Shas3 on 05/29/2003 2:59:39 PM

You rated this post out of 5. Change rating

2003-05-29

1 reads

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