Topics
Started by
Posts
Last post
I have a table which has a clustered primary key on one int column, which is an identity (1, 1). Th…
5 replies
Hi everyone, I have the following table: CREATE TABLE [dbo].[XmlImportTest]( [xml_data] [xml] NULL…
23 replies
Hey I am using sql server 2008 and I need to complete this for a class I am taking and have no exp …
13 replies
In Profiler I see few connections from our IIS server using Serializable Transaction Isolation. I …
9 replies
Hi All, I have read that CURSOR Type can be used as OUTPUT variable in the stored procedure. Can an…
9 replies
Hi, How to get output for current week starting with 0 say, then previous 9 weeks and next 6 weeks …
4 replies
I have a CTE that is in a loop. I need to limit the recursive query so that data that has already …
1 replies
Hi All, I have a query which is using Like operator 4 times in it. I look for "name" with specific …
5 replies
Hi, This is just an example. I have a column value as shown, Column_value = Test1~Test2~Test3~Test4…
1 replies
Hi All, In My Table A , Eid 101 having status all are "cp" then i need latest Edate, but in case …
3 replies
Hi I am using Sqlserver2005 .whenever i am using followingQuery its displaying a table name sele…
5 replies
Hi Guys, Sorry if this post is on the wrong "section", i'm converting a mantisBT installation and i…
2 replies
Hello all, need a small advice about an issue we have with an web application which connected to a …
2 replies
declare @SQLString varchar(max) set @SQLString='EXEC dbo.mysproc ''ABC''' insert INTO #TEMP_table e…
7 replies
Friends, I am having a serious performance problem with the below query: SELECT DATEADD(mi, (SE…
9 replies
Viewing 15 topics - 301 through 315 (of 4,155 total)
You must be logged in to create new topics.