database administration

Technical Article

sql 2005 beta 3

  • Topic

Hi all,When I am trying to create a new Maintplan in sql2005 Beta3 I get this error:TITLE: SQL Server Management Studio ----------------------------------------Exception has been thrown by the target of an invocation. (mscorlib)---------------------------------------- ADDITIONAL INFORMATION:An OLE DB error 0x80004005 ([DBNETLIB][ConnectionOpen (PreLoginHandshake()).]Encryption not supported on SQL Server.) occurred while enumerating packages. A SQL statement was issued and failed.I […]

2005-03-22

3 reads

Technical Article

UDF Problem

  • Topic

I have a table that has 2 fields where the data values need to be calculated. To do this I created a UDF that does the proper calculation and binded these to their respective fields in the table. The problem is that one of the UDF's requires input from the field that gets its value […]

2005-03-21

1 reads

Technical Article

Re: Problem in inserting a row

  • Topic

Hi all,I like to insert a row from a table back into the same table.  In another word I want to duplicate the same record in the table in the stored procedure but it is generating the error below.  There is identity column in the table but I'm why I can't insert a row and […]

2005-03-17

2 reads

Technical Article

RE: Copy SP

  • Reply

INSERT INTO tbl2 (fname) SELECT fname FROM tbl1 WHERE ref#='123'Btw, the # sign isn't really good to be used as a column name. I have seen several threads here, where this caused more or less severe problems.

You rated this post out of 5. Change rating

2004-12-16

Technical Article

RE: System Tables and View Fields

  • Reply

OH!  You can script a view, and get the source columns/tables that way.  In Enterprise Manager, right click, all tasks, generate SQL script.  Click "Show All", select your view from the list and click Add.  Then click Preview to see the script.  Or in Query Analyzer Object Browser, right click and script to new window.  Steveedit... […]

You rated this post out of 5. Change rating

2004-11-22

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