Topics
Started by
Posts
Last post
Here is my sql statement: SELECT BL_IE.key_no, BL_IE.proc_date_time,&…
4 replies
I have a column with street names which contains numbered streets and I need to have them sorted in…
4 replies
Hi all, I have two tables: Mice (MiceID-int,pk, BeginningDate-datetime, EndDate-datetime) Observati…
2 replies
http://www.developmentnow.com/g/113_2005_5_0_0_527840/TRANSPOSE-QUERY-fat-fingers.htm i have been t…
11 replies
I am trying to get a query to work and running into a brick wall create procedure set_interface_fla…
1 replies
Hi, I have this stored procedure that cleans up abandoned shopping carts. I have created an asp.net…
1 replies
Hi folks, Can any one help to under stand the query plans generted in the SQL Query Analyzer. …
5 replies
How to insert a HTML format contents in a field? (ie. with all the tags, single quotes, double quot…
3 replies
Hello, I have a function called fn_OrderAllowed that has a return variable called @allow. When I ex…
5 replies
Looking to get my result in 1 record, but whether I use union or union all, I get three records....…
4 replies
I need to determine how many days a student attended class in District schools during a given semes…
13 replies
Okay so we all know the select distinct {column name} from {Table name} query which returns all non…
11 replies
create table test (anystring varchar(8000)) insert test select 'abcdefghijkl' go How do i t…
7 replies
Hello, I have 2 statements I need combined to produce one result set. One statement find…
7 replies
Bulk Insert takes full path for data file and format file. This is sometimes not desired, as now I …
4 replies
Viewing 15 topics - 7,006 through 7,020 (of 17,082 total)
You must be logged in to create new topics.