Topics
Started by
Posts
Last post
I know this is not a new topic but there does not appear to be agood solution for my needs. The pr…
31 replies
By: Lowell
Hi, I am in middle of a huge replication project. My database has many tables which do not have pri…
14 replies
create Function fn_test(@TestCol int) returns table as If (@TestCol =1) select 'Abc' as Col1 else…
4 replies
By: s-sql
Hi I gto different servers whose names start with MSX like MSX001, MSX34, MSX674 and so on.. Now i …
1 replies
By: Lowell
I have this query where each select runs very fast, approx 1 to 2 seconds on a table with almost a …
19 replies
We had a SQL statement that is similar to the following on SQL 2008 R2 (10.50.1600) on a 64-bit ser…
1 replies
By: SwePeso
I need to format the output of a query to XML. There are only two columns in the output: tblCatego…
3 replies
By: DB Dude
I want to execute a SP in all databases, I have 40 Dbs on a server, Cursor executes, sometimes for …
1 replies
By: nic2885
Hi All I have a sp that has 100 columns where I perform the same CASE and function call on each of …
3 replies
Is it possible to issue multiple DML statements via one EXEC command? I have a linked server (Micro…
17 replies
Hello all, I am in a situation where i need to find a particular string in an xml file 'itemid 285'…
2 replies
Hi Guys., stored Procedure : USE [TMSLocal] GO /****** Object: StoredProcedure [dbo].[GetUpcomingE…
1 replies
Hi, Please give me good solution as below SQL statement, application gets error - Timeout expired. …
10 replies
Here is my query I need to get All in the first row and the remaining in the alphabetical order sel…
1 replies
By: manub22
I do the SQL Support on what is the worst written app I have seen in 30 years in the business. It'…
2 replies
Viewing 15 topics - 8,011 through 8,025 (of 10,635 total)
You must be logged in to create new topics.