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 > may 2004 > threads for saturday may 29

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

converting from varchar to datetime
Posted by Alex Ivascu at 5/29/2004 10:17:32 PM
Does someone have any good pointers that can help me in converting existing data mmddyy stored in a varchar column to datetime datatype? Any suggestions, statements are welcomed. Thanks!! Alex ...more >>


Find page of record using custom paging algorythm.
Posted by Jim M at 5/29/2004 8:54:17 PM
I have a method of paging through an SQL table using (top 20 reocrds where not in top 80 records) as an example. To find the proper page to display (that has the record i need), how can I find the location in a query for a givin record ID. In otherwords, is there a way to check an SQL record...more >>

Is There Easier Way to Calculate This Percentage in T-SQL?
Posted by jj at 5/29/2004 8:17:01 PM
I've got a query that uses 6 different CASE statements, to count the frequency of various items in the database. Each case statement is something like this: SELECT SUM(CASE WHEN (SALE_DATE BETWEEN '#date1#' and '#date2#') AND ( (THIS_VAR = 'Y') OR ...more >>

Dynamic Trigger
Posted by Steve Ayres at 5/29/2004 6:08:15 PM
Hi All, Any thoughts on this one appreciated.... I need to create a trigger on a particular table. This is easy, but the problem is I have over 100 databases that all need the same trigger on the same table except for one element. Each of the triggers needs to have the particular custom ...more >>

Weird Stored Procedure(STP) Problem
Posted by SSP at 5/29/2004 4:05:51 PM
Hello, I have a very wierd STP problem. In my development enviornment I have certain stps which i am using in my asp.net application and it works fine without any problems. But as soon as I deploy my application to the Porduction enviornment at the client's, I get that my stp requires a p...more >>

about open connection
Posted by Owen at 5/29/2004 2:39:37 PM
Hello: How know how many open connection have my application made in asp.net?, To know if a open a new connection and not close? Best regards. Owen. ...more >>

Passing tables into stored procedures or UDF's
Posted by jnc at 5/29/2004 6:01:02 AM
Hi Everyone Is it possible to pass table types as parameters into stored procs/udfs. For example would the following stored proc header be possible CREATE FUNCTION MyNewProc @TM_ID int @Table TABL If this isnt possible what is the best alternatiive i.e temporary tables Thanks for your ...more >>

Returning Recordset for paging
Posted by Om Prakash at 5/29/2004 3:56:03 AM
How can i return the recordset necessary for my view in a page in Classic ASP. If i want to display 10 records, then can i get only 10 records in recordset? ...more >>



How to start an application??
Posted by pldelosrios at 5/29/2004 2:56:03 AM
I need to start an application in serveral PC'S when one record is inserted and one of its fields has a concrete value ¿How can i do that -¿Having the application hidden and permanently checking th values -¿Is it possible do it with a WMI script ¿Which is the easier way Thaks!!!...more >>

Saving Danish Characters to SQL ser 2000
Posted by ej1007 at 5/29/2004 12:16:44 AM
Hi I am working on Denmark Project, where I need to save Danish data to SQL server 2000 Database. When I am trying to save Danish Data, it is having some special Characters, it is getting converted to english characters. eg:character 'ø' is getting saved as 'o I tried changing column data...more >>


DevelopmentNow Blog