Topics
Started by
Posts
Last post
Our proprietary reporting module calls stored procedures that have no parameters but make extensive…
16 replies
Hi, I have to peform a string manipulation as below: String manipulation shoud effect only the numb…
10 replies
Hi, I have to manipulate string as below: ( integers placed in brackets should be replaced by n) S…
14 replies
if i have records as follows: ID Status 1 0 2 1 3 0 4 1 5 1 6 1 7 …
9 replies
Is there a way to save a sql server 2008 trace as a sql statement?
5 replies
We did an inplace upgradeof Production database from sql server 2005 to SQL 2008 R2 with same conf…
7 replies
hello all, i am very new to SQL Server and i am trying to create a store procedure. I already hav…
9 replies
So if i'm in enterprise manager sql server 2008 and i have a stored proc call. for example exec get…
6 replies
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
Viewing 15 topics - 5,311 through 5,325 (of 10,635 total)
You must be logged in to create new topics.