Topics
Started by
Posts
Last post
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
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
Viewing 15 topics - 5,326 through 5,340 (of 10,644 total)
You must be logged in to create new topics.