Topics
Started by
Posts
Last post
I had a dynamic query in which exceeds 8000 charactes adn will have approraxmately 15000 characters…
9 replies
Where would I find a list of T-SQL commands and reserved words? The number of reserved words and sy…
3 replies
hi , I have a column with date datatype. i updated the column with some date like 02-02-2012 00.00…
12 replies
I have a table that gets data populated into it along w/a keyid field (incremental), but I need to …
4 replies
Hi, I am not able to get count in weekwise i.e 7 days shipped orders to be one week, please check m…
4 replies
Here is my Query : --select item_number from item where item_number like '%Test%' For each item_num…
1 replies
hi friends, create table emp(ename varchar(34),job char(33),sal varchar(22)) insert into emp values…
16 replies
Hi I have the following sample script which does a Dynamic Pivot on a table as follows: --Creating…
3 replies
Hi, I need to take the characters from the left before the '/' string and insert into a column and…
6 replies
create table #tmpTest ( ClientKey int, GuarantorKey int ) insert #tmpTest select 10,0 create table …
11 replies
I have an object table: I have another table 'ObjectValue' Output: I'm trying to create a new tab…
3 replies
here is my line of sql (Vehicle.value + Vehicle.Extras_Value + Vehicle.Expenses + Vehicle.Another_T…
4 replies
As the title says select id , count(distinct company) as CompanyCount , count(distinct district…
4 replies
hi friends i ve created on table create table rab(deptno number(33), job varchar(22)); insert in…
6 replies
I am trying to write a script to read the current row and previous row per device and work out the …
18 replies
Viewing 15 topics - 5,326 through 5,340 (of 10,635 total)
You must be logged in to create new topics.