events

Technical Article

RE: ActiveX Rename With Date Function

  • Reply

So are you trying to rename the file in a folder, or change the source filename for a connection?To change the filename in a folder, there isn't a file rename method so just use the MoveFile method to do the rename.For for the source filename, you'll need to create an object that refers to the connection […]

You rated this post out of 5. Change rating

2005-05-03

Technical Article

RE: How do I do this...

  • Reply

EDIT: Upon a second read, this is identical to the ISNULL version pposted earlier - sorry for the redundancy. One last version: select case when NULLIF(RTRIM(Record1),'') IS NULL THEN 0 ELSE 1 END +case when NULLIF(RTRIM(Record2),'') IS NULL THEN 0 ELSE 1 END +case when NULLIF(RTRIM(Record3),'') IS NULL THEN 0 ELSE 1 END AS MyCount […]

2005-02-23

Technical Article

Attaching the Database

  • Topic

Hi,I want to attach the database thru Enterprise Manager, but i have only .mdf file. i dont have the .ldf file. so how to attach the database with out ldf file. if possible u can give thru sql query also.when i am attaching the database, i'm getting the following error."Error 1813: Could not open new […]

You rated this post out of 5. Change rating

2005-02-23

87 reads

Technical Article

RE: where to get SQL Server 7

  • Reply

Before looking for SQL Server 7.0, see if this helps:http://support.microsoft.com/default.aspx?scid=kb;EN-US;261334http://support.microsoft.com/default.aspx?scid=kb;en-us;818550 

2005-02-14

Technical Article

SqlServer monitoring - DBA toolkits

  • Topic

After having been in the Oracle world for the past four years, I'm just getting started with SqlServer and have a general question for the SqlServer DBA crowd: What toolkits, home written or vendor supplied, do you use as a general purpose monitoring suite?  The types of things that I'm talking span a variety of […]

2005-02-11

1 reads

Technical Article

RE: Creating view thru stored proc ;-)

  • Reply

I have done it before.  You have to write your entire statement to a variable and then use sp_executeSQL to process it.With that said IF I knew then what I know now I would not do it.  I would instead have used Table UDFs that have parameters passed into them and avoid the whole dynamic […]

You rated this post out of 5. Change rating

2004-12-23

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