Topics
Started by
Posts
Last post
TABLE1 - contains 5 column and one column is DATECOL DATATYPE smalldatetime Total number of rows 4…
10 replies
Hi All, Not sure if this can be done in T-SQL but I was curious if there is a way to filter on a ra…
3 replies
I have a values in float clumn 330420968 when i casting to varcha it shows 3.30421e+008 so i unab…
9 replies
SELECT cv.DischargeDtm as Discharged, count(cd.IsIncomplete)#incomplete FROM CV3ClientVisit cv (no…
11 replies
Hi i want to write a store procedure for adding 1 to a field i wrote this but it does not work …
2 replies
I have XML with almost no structure to it, save for the fact that there's a node name tag, value, a…
5 replies
Hi, I have a scenario where a division is giving me a value greater than I provision for. Is it po…
6 replies
Hi All, Is it possible to load the fixed lenght text file into a database table using TSql Stateme…
2 replies
Hi, I have to inserts all the rows from source table to target table. But the query returns the f…
3 replies
Hello, I am new to SQL Server I wanted to know what is the equivalent of BREAK ON in PL/SQL Oracle …
6 replies
I have a table such contains table1 the fields are Id , records_desc I have a text file thats conta…
3 replies
I have a simple table with 5 columns (4 ints and a float) with 18mil rows and I run this query: sel…
8 replies
If a column keeps email address look like these p@hotmail.com;a@hotmail.com I'd like count '@' in t…
10 replies
I have a column Description EX: Description having the values "Welcome@to@Technology" I need to c…
2 replies
1)Please code up a stored procedure that takes a single parameter and allows the calling applicati…
7 replies
Viewing 15 topics - 5,131 through 5,145 (of 12,230 total)
You must be logged in to create new topics.