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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|