Groups | Blog | Home


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
August 2008
all groups > sql server programming > february 2007 > threads for saturday february 10

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

Exec Procedure Getdate()
Posted by Taha at 2/10/2007 11:58:38 PM
Hi All Haw Can I Execute Procedure with Para Date like Exec MyProcudre Getdate() No Declare Need Use Sql 2000 Sp3 Thanks ...more >>


using LIKE with BETWEEN
Posted by DBA by Chance at 2/10/2007 11:27:11 PM
hello all, im quite certain that i cannot use both the above keywords in a SQL query... but im rather stuck for ways to proceed at the moment. the front end guys have a set of text boxes to input Year Month and Date , two of them (yyyy-mm-dd ~ yyyy1-mm1-dd1 is the layout on the webpage). ...more >>

Repeated code
Posted by nasr at 2/10/2007 10:49:00 PM
Is there any option for reusable T-SQL code like #define in C. The idea is that I have a trigger that has to be defined on many tables. I cannot use function or stored procedure as there are calls to inserted and deleted tables within the triggers. Any suggestions?...more >>

Job account
Posted by Ed at 2/10/2007 5:37:01 PM
Hi, I would like to know what account would be used to run a T-SQL job in SQL 05. I understand I could assign a proxy to run Intergration Services, and others but not T-SQL. If the owner of a job is a System Admin. Then the job run as SQL Agent Startup account? If not, the job run as th...more >>

Will ADO LockBatchoptimistic create Server Side Locks?
Posted by John Kotuby at 2/10/2007 12:56:03 PM
Hello all, I have studied the documentation in BOL and MSDN and still do not have a clear picture of exacly what happens on the server side after an ADO call with certain properties. This is actually a SQL Server question about avoiding locking contention and not creating any Shared locks ...more >>

Using suser_id() and sys.server_principals when connecting through a windows group
Posted by wcaughey NO[at]SPAM gmail.com at 2/10/2007 10:17:51 AM
I am currently a little confused about suser_id(), sys.server_principals, and I guess logins in general, so I would appreciate any light that can be shined upon my misunderstanding. Currently my understanding is that logins authenticate connection requests, and based on that authentication and...more >>

SQL statement that invoked an extended stored procedure?
Posted by Neil W. at 2/10/2007 9:50:29 AM
This might already have been asked, but is there a way to get the SQL statement that invoked an extended stored procedure? SQL obviously stores this somewhere, but it might not be accessible to an XP. Thanks. ...more >>

Dynamic Parameter passing in Stored Procedure
Posted by Jami at 2/10/2007 3:40:30 AM
Hi! is it possible to pass parameters dynamically to stored procedure e.g. i have a scenario in which i want to get result on the basis of one parameter or more than one parameters using and in the where clause. how can it wil be possible. can someone helps me in this regard. Thanx Jam...more >>



Necessary-changing an algorithm into Transact-SQL
Posted by Nassa at 2/10/2007 2:18:25 AM
Hi all, I want to convert the algorithm below into SQLServer (Transact-SQL), How I do that? Please inform me asap. ---------------------------------------------------------------------------------------------- Dim YY As Integer Dim MM As Integer Dim DD As Integer Di...more >>


DevelopmentNow Blog