hardware

Technical Article

Setting Default Database

  • Topic

I am looking to set the default database locations on our sql servers to make it easier to roll out new databases through scripts.Do you need to stop and start the SQLSERVERSERVICE for this change to take effect?Thanks in advance Carl

2005-01-17

1 reads

Technical Article

RE: Table size limitation on SQL update task

  • Reply

A trigger is a stored procedure like T-SQL that executes in response to inserts, updates, or deletes.  It is not related to keys or indexes.  Every table should have a primary key even if you have to add an identity column.  If you have a set of columns that are unique, then they are a good […]

You rated this post out of 5. Change rating

2004-11-29

Technical Article

RE: Workflow question

  • Reply

Hi Steve,Can you looak athttp://www3.sympatico.ca/3005/support/dts1.htmlIs it what you mean? I'm a little confused about workflow part. Thanks, Robert

2004-10-13

Technical Article

RE: TEXT output parameter in SP

  • Reply

ergh! Text! That aside I noticed in your example code that your output field is not correctly defined. It should be something like:CREATE PROCEDURE [dbo].[test]    @var text OUTPUT AS  -- Some SQL code GO -- end sprocThen, SQL BOL leads me to believe this would be your answer: CREATE PROCEDURE [dbo].[test]    @var text OUTPUT AS   […]

You rated this post out of 5. Change rating

2004-09-06

Technical Article

RE: Crosstab aggregate error, A Stumper!

  • Reply

This have to do with how CASE works. One thing is that a CASE can only return one datatype - which one if there are multiple datatypes within the same CASE expression, is determined by prescedence. (if not explicitly casted) CASE also only evaluates if the expression is true or false. Now.... the column checked […]

You rated this post out of 5. Change rating

2004-04-30

Technical Article

RE: how to configure sql server 2000 and windows server 2000 in order to allow remote connection through vb

  • Reply

Slightly easier to bibucket49's method, but basically the same idea.  On the workstation, create a new text file and name it with a .udl extension.  Then double-click on the file, and you will get the same dialog to connect to database.  Setup and test your connection and save it.  Then open the .udl file in notepad […]

You rated this post out of 5. Change rating

2004-02-25

Technical Article

RE: How do you debug a trigger?

  • Reply

The easiest way I have found to debug a trigger is to create a simple stored procedure that will fire the trigger. Then debug the stored procedure in Query Analyzer or Visual Studio and it will step into the trigger.

2004-02-16

1 reads

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