parameter

Technical Article

Syntax tutorial

  • Topic

After posting a question requesting help for a syntax problem, the following question arises:Is there any tutorial for understanding syntax which might take its student through some excercises to help get the student grounded in syntax fundamentals?TIAGaryA  

You rated this post out of 5. Change rating

2004-03-22

7 reads

Technical Article

RE: Script out logins and users

  • Reply

quote: why not select * from syslogins syslogins doesn't contain the password. I believe you could do something like the following, but I wouldn't mess with it as long as there are easier ways. On source server: DECLARE @binpwd sysname, @sidid binary(16) select @binpwd = a.password, @sidid = a.sid from sysxlogins a, syslogins b where […]

You rated this post out of 5. Change rating

2003-12-29

Technical Article

RE: relationships between tables

  • Reply

quote: but if one wants just the ID to be a foreign key then one must abandon DRI and instead write triggers or other code to enforce the relationship. would you really want to let trigger handle RI? Frank http://www.insidesql.de http://www.familienzirkus.de

You rated this post out of 5. Change rating

2003-11-14

Technical Article

RE: Crystal Reports......

  • Reply

Depends on your version of Crystal but yes you can set the query via code to any valid SQL syntax for the connection object you are using. I always make my connections ADO in Crystal and at runtime I submit the proper SQL string to process the data (remember thou you have to provide the […]

You rated this post out of 5. Change rating

2003-08-01

Technical Article

RE: HOw to install sql server 2000 in laptop

  • Reply

quote: Thanks all for valuable suggestion,Actually i want to install sql server 2000 first,than my database and after that my application which is a exe file.All this i want from CD to my laptop in a single click.I want all this for demo purpose. If this is for a demo, you shouldn't need a full […]

You rated this post out of 5. Change rating

2003-06-27

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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