Topics
Started by
Posts
Last post
How convert to do Datetime to month-year input - 2009-01-23 1:12:52.253 output needed- Jan-2009? I …
6 replies
SELECT DISTINCT A.Status FROM dbo.Test1 A LEFT JOIN dbo.Test2 B ON A.Status= B.Status WHEREB.Statu…
13 replies
Hi, I feel like I'm blowing a tire on this one...Shouldn't my results show 'abc'? What is wrong wi…
4 replies
Is there any way I can see how far along an insert statement is? We are getting ready to insert 15…
1 replies
Hi Below one is my sample table structure Declare @t table ( id int, name nvarchar(50), counts …
4 replies
By: KMPSSS
hi i hava a problem to load the data from XML file to Sql Server 2005 data base. XML data is prese…
5 replies
Hi, I have two tables. Table 1 "#tempNodes" which holds a unique list of Nodes. Table 2 "#tempTree…
4 replies
By: Grinja
Hi all, How to convert a xml file to a table DECLARE @xml AS XML set @xml= N' <books> <ca…
1 replies
Hi, I am trying to create a function which will extract the time element of the getdate function a…
3 replies
When I run a TSQL query at my desktop machine against a database residing on a remote server the qu…
2 replies
By: SQL33
I have Table A ID LNAME RID 1 Mike A 2 Jim B 1 …
9 replies
I want to create a function that returns all values from a table as at a specific date. ANd if the …
3 replies
I currently have a table in this format: DOCDATE | Ship | Vendor | PassengerCount | TrxFullPrice | …
2 replies
I have a stored procedure with a simple select statement. How do I export the select results to an …
7 replies
Hello everyone. Got a bit of a challenge. All code for testing is below. What I am looking for i…
2 replies
Viewing 15 topics - 2,581 through 2,595 (of 12,234 total)
You must be logged in to create new topics.