Restore

Technical Article

RE: Passing List of Tables

  • Reply

That would alos be a good solution.  Since I have a select statement that defines the tables I need to copy, I can pass the list to a table, temp table, sursor, etc.  I am mystified about how I get that result set into DTS so it can use it.

You rated this post out of 5. Change rating

2004-04-01

Technical Article

EM does not connect

  • Topic

In the last 3-4 days when I click on the server name in EM I start getting the message:"A connection could not be established to ...server nameReason: Time out expiredPlease, verify that the server is running and check registration properties"I did get the same error from the other machines in the company.I close the message, […]

You rated this post out of 5. Change rating

2004-03-31

Technical Article

RE: DatePart Function

  • Reply

I used this UDF alot to return only the date part. I got from some site. It is also possible to get the time part mathematically. I just forget the URL though!CREATE FUNCTION fn_Date ( @ADate datetime ) RETURNS datetime AS  BEGIN  declare @DateVal datetime  set @DateVal = CAST(FLOOR(CAST(@ADate AS float)) AS datetime) return @DateVal END

You rated this post out of 5. Change rating

2004-03-29

Technical Article

RE: Stored procedures are BAD...a philosophical question

  • Reply

I'm regretting not having used stored procedures in my last major project and it has nothing to do with performance. Performance is fine (and I presume in the same ballpark as SPs) by just using parameterized and prepared statements.The reason is just maintanability during optimization. It's very convenient having the code that determines 95% of […]

You rated this post out of 5. Change rating

2004-03-21

Technical Article

RE: MSDB and Model Database detached

  • Reply

I did exactly what was told in the document, but now reading the document closely it looks like you should not detach model databased and stop SQL. I have copied the files back to their location but still I can't get them up, the server itself does not start

You rated this post out of 5. Change rating

2004-03-17

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