Topics
Started by
Posts
Last post
I am playing around with and continuing to learn SQL. I am using the AdventureWorks2012 database wi…
3 replies
By: ken_cox
Hi Guys, I need big favor. I create new table Table_Track (ID, StoreProcedureName, CreatedDate, C…
4 replies
DECLARE @Cmd VarChar(4000) DECLARE @SProcName VarChar(40) DECLARE @SP_Parm1Value VarChar(4…
19 replies
I have an XML file in the below given format. How can I import it into SQL Server using OPENXML or …
7 replies
i want to minus two time(time(7) datattype in sql 2008) datatype and multiple(hour and minute) it t…
4 replies
By: Cadavre
Dear Friends, Currently from the DB table I get the Date and Time in DATE TIME STAMP format 1/2/20…
7 replies
I am trying write an efficient t-sql query that will return, for a specific date range, the first a…
2 replies
By: bbk0919
Hi, SELECT FS.Bol#, FS.CustNum, FS.PostedDate FROM dbo.FACT_SalesAnalysis FS where ocr IN ('r') AN…
6 replies
So, I ran into a nifty little "bug" I'll call it. From what I can find this was an issue in SQL Se…
15 replies
By: Sergiy
I am trying to update the GP%age column without a loop. I have a table with 3 columns: PostDate, Ca…
7 replies
If I have a table that has: id | answer1 | answer2 | answer3 | answer4 | answer 1 abc …
4 replies
How do I sleect from a populated temporary table using a dynamic query declare @Tmp table (.....) …
2 replies
Hi, I have been struggling with a procedure for a few days. even though the tables sizes are not ve…
2 replies
-- this works fine SELECT a.* FROM OPENROWSET('SQLNCLI', 'Server=sql01;Trusted_Connection=yes;', 'S…
1 replies
I have a situation where we need to be able to query the status a claim was at any given time. For …
11 replies
Viewing 15 topics - 4,006 through 4,020 (of 10,647 total)
You must be logged in to create new topics.