Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008
all groups > sql server programming > january 2007 > threads for monday january 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Union question
Posted by mikejacobz NO[at]SPAM gmail.com at 1/1/2007 10:41:58 PM
Hi, I have two tables which form a master table via a union. e.g. SELECT A,B,C,D FROM (SELECT A,B,C,D FROM TableA UNION SELECT A,B,C,D FROM TableB) What I want to be able to do is see if attribute A in TableB exists in Table A. If so I want to be able to add this to the "Master Select" ...more >>


Application Connection to SQL Server Architecture
Posted by Greg Larsen at 1/1/2007 7:51:11 PM
I'm setting up SQL Server 2005 and would like to develop a new application architecture. Here are my objectives: 1) I want to be able to move a database from one SQL Server machine to another without having to recode connection strings in applications. 2) I want to be able to redirect applica...more >>

permissions to execute store procedures
Posted by Roy Goldhammer at 1/1/2007 3:53:11 PM
Hello there On the place i work with i need to set role to the users to execute store procedures without giving them db_owner permission. does this role exist? ...more >>

Executing vbcode when a trigger executes - How?
Posted by rdufour at 1/1/2007 12:28:40 PM
I have some code that I can write in a dll in vb.net 2003 or vb.net 2005 that needs to get executed whenever a new record is created in a sql server 2000 table. I know how to make a trigger on a table , but I am wondering what code to use in the trigger to launch the execution of te Dll and p...more >>

Job Query in SQL
Posted by tony wong at 1/1/2007 8:39:13 AM
my query is too long to put into the SQL job. it is cut when i paste it. How can i bypass length limitation? Thanks. tony ...more >>

Restore
Posted by Christine at 1/1/2007 7:40:00 AM
Hi, I am trying to experience the back/restore system dbs. I have two machines with SQL 05 on each. I backup a msdb and a master db and want to restore them on another machine. I found out I could restore the msdb with "overwrite existing" on another machine. My questions is with "overw...more >>



DevelopmentNow Blog