Topics
Started by
Posts
Last post
Hi Guys, I have been successful in importing xml files into sql server2005, but can't seem to come …
6 replies
i have created this sql command... select count(role_name) as Total, role_name from role i got t…
2 replies
Hi All, DECLARE @XML XML SET @XML = ' ' SELECT @…
2 replies
Hi all, what should I say as subject line itself revealed my question. Scenario is like this, I hav…
9 replies
Hi! I want to store a output message from a SQL command. Like If I run the following command EXEC m…
23 replies
select * from dbo.test id name ----------- ---------- 1 abc 2 def 3 …
10 replies
I am looking to create some output that gives a running cumulative total of data throughout a calen…
4 replies
Hi all, #1: easyPivot.sql and easyPivotExec.sql in SQL Server Management Studio Express (SSMSE) …
6 replies
Hello, The following query: SELECT submitRep1 AS Rep, tc, COUNT(tc)AS TCCount FROM tbl_CYProcesse…
12 replies
RoomDateQty_In_Out 10101/22/20081 10202/4/20081 10102/5/2008-1 10202/5/2008-1 10202/5/2…
33 replies
Hi Getting deadlocks in our application. Using profiler, I have isolated the stored procedure, but …
8 replies
I am using a stored procedure to get installment loan information. Part of the proc creates the new…
24 replies
On many of my tables I store a status value. The values are Active, On Hold, Cancelled, In Legal an…
41 replies
can any one tell me the calculation of hour and second between two dates here is the senario StartD…
4 replies
Hello, This should be very simple. I have the classic column called 'FullName' where the data conta…
4 replies
Viewing 15 topics - 10,651 through 10,665 (of 12,230 total)
You must be logged in to create new topics.