Topics
Started by
Posts
Last post
Hello Everyone, I have an sql table which stores dates from some other system as text. Eg.: …
15 replies
create table A (a int, b int) create table D (a int) insert into A values (1,1) insert into A value…
7 replies
I have One table tbaleOne Column1 ------------------------- AA,BB,CC DD,EE,FF GG,HH,II I need out p…
16 replies
Is this a SQL Server 2008 bug? It parses fine. Note that the [] are unbalanced. CREATE TABLE [dbo].…
2 replies
I've inherited some very slow code in a stored procedure that uses cursor logic to read a table of …
7 replies
Hi folks, I have one table and one of its column contains the data in this format. Thu Jun 14 15:07…
2 replies
I am coding procedures which extract XML that is returned to a client application. The following co…
1 replies
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
Viewing 15 topics - 5,326 through 5,340 (of 10,647 total)
You must be logged in to create new topics.