Search the web
Sign In
New User? Sign Up
sqlcon
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6392 - 6421 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6392
... The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the...
Veer Ji Wangoo
vwangoo
Offline Send Email
Apr 2, 2009
7:51 pm
6393
Today I will explain about the different ways to add a NOT NULL constraint on a column. Advantages of NOT NULL constraint: 1) You can prevent users to enter...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 12, 2009
11:00 pm
6394
One of the cirtical factor in database/table designing is to prevent duplicate records. There are several ways to do this. You can place Unique Index or Unique...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 13, 2009
10:51 pm
6395
In this section we will learn on defining a Foreign Key Constraint. In simple words lets try to define a relationship between two tables. Please visit the...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 15, 2009
12:03 am
6396
From: Amy Lewis [mailto:Amy_Lewis@...] Sent: Wednesday, April 15, 2009 9:48 PM To: Amy Lewis Subject: CANCELLED: PASS BI SIG: Multi-dimensional...
Veer Ji Wangoo
vwangoo
Offline Send Email
Apr 15, 2009
4:52 pm
6397
The below script will give you list of Primary Keys in a database and columns which are part of the primary key definition. If you don't know how to add a...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 15, 2009
11:00 pm
6398
60 seconds with Abhishek Kant MVPs are champions of community. VJ caught up with Abhishek Kant, India MVP Lead, to get his view on the Microsoft Most Valuable...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 16, 2009
11:56 pm
6399
The below script will give you list of Foreign Keys in a database and columns which are part of the Foreign key definition. If you don't know how to add a...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 21, 2009
12:55 am
6400
Check out the below script to find out the Foreign Key information like Name of the Foreign Key , Name of the Table which has foreign Key and List of columns...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 21, 2009
11:48 pm
6401
Hi Today I will talk about one of the very interesting feature called "Computed Columns" in SQL Server. This is a column in table but you will not assign any...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 23, 2009
1:12 am
6402
Hi One of common query that we execute on day-to-day to basis is Dropping and re-creating a table when you are as beginner. You can use DROP TABLE to drop...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 24, 2009
2:40 am
6403
Hi Today, I will talk about how to change the data type of a column which has data. Let's create one simple table CREATE TABLE EMPLOYEE_WORKING_HRS(EMP_ID INT,...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 28, 2009
1:45 am
6404
Today I will talk about loading a CSV or comma or txt file into SQL Server using BULK INSERT. Using BULK INSERT, in few steps you can load the file into...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 28, 2009
11:53 pm
6405
Next meeting will be April 29th at noon EDT. Meeting Details Topic: PowerShell PowerShell is all over SQL Server 2008 but most DBA's don't have a clue about...
Veer Ji Wangoo
vwangoo
Offline Send Email
Apr 29, 2009
11:07 am
6406
Production Environment:   Windows Server 2003 with SP1 SQL Server 2000 with SP4 (8.00.2187) Clustered Environment: Active\Passive Replication: Bi...
mohan mareboina
govinda_junior
Offline Send Email
Apr 29, 2009
12:07 pm
6407
In this section, I would like to talk about one interesting feature of SQL Server 2005. Before I say anything about this feature let me ask you a simple...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
Apr 29, 2009
10:56 pm
6408
Hi veer, I was unable to attend the session, do we have the session recorded. Thanks Vijayasekar ... -- Thanks Vijayasekar [Non-text portions of this message...
vijayasekar shanmugha...
vjsekars
Offline Send Email
Apr 30, 2009
9:06 am
6409
In this section i would like to give you a small tip about creating a table in SQL Server with out using CREATE TABLE statement. SELECT * INTO...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 1, 2009
12:47 am
6410
In my previous section I explained about OUTPUT feature in SQL Server. In this section I will go one step ahead and will tell you, how you can use this feature...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 3, 2009
11:28 pm
6411
Hello All,   I am looking for feedback from you guys how to go about installing SSIS in SQL Cluster. I need clarification on the following areas. Do SSIS...
Gigme Chittayath
gigmepc
Offline Send Email
May 4, 2009
3:06 pm
6412
In this section, I would like to tell you about adding a column to the existing table with a default value. Default value is very useful in the sense if you...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 5, 2009
12:26 am
6413
In my previous article, I explained about how to assign a DEFAULT value to a column. In this section I will explain about how to drop/remove DEFAULT value from...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 5, 2009
11:44 pm
6414
In this article I would like to explain about how to rename a table using SQL Server Management Studio (SSMS). If you look at my previous article on "Load text...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 7, 2009
1:14 am
6415
Hi In this article I would like to explain about "Constraints". Constraints are one of the key factor in designing a table. Before I explain what is the use of...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 8, 2009
1:17 am
6416
In this article I will talk about Table Level Constraints in SQL Server. These are very useful if you want to have rules based on multiple columns with in a...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 12, 2009
12:30 am
6417
In this article I would like to show you on how to find the check constraints defined on a table. In my previous articles I explained about Check Constraint...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 13, 2009
12:38 am
6418
Is all this syntax required , like syntax for to create a temp table or find the constraint or create table syntax etc   Radhye ... From: vijaya_krishna_birju...
radhye
Online Now Send Email
May 13, 2009
2:12 am
6419
Its MVP season mate ;) With :))s Santhosh Kumar S.J - MCITP ReadMe @ sqlspy.blogspot.com ReadMe @ santhoshpakkangal.blogspot.com ...
Santhosh
san_spy
Offline Send Email
May 13, 2009
10:04 am
6420
Hi Radhye, I didn't get your question. Could you please put it in detail. Thanks -- Vijaya Kadiyala www.DotNetVJ.com...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 13, 2009
10:47 pm
6421
Hey Santosh, What do you mean by MVP season mate!!! I think i didn't follow you joke :D Thanks -- Vijaya Kadiyala www.DotNetVJ.com...
vijaya_krishna_birju
vijaya_krish...
Offline Send Email
May 13, 2009
10:48 pm
Messages 6392 - 6421 of 6519   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help