Topics
Started by
Posts
Last post
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
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
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
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
I have read about Bushy plan and left deep in some articles. Bushy plan will consume more memory as…
1 replies
I've just had a designer come to me with a really odd problem. A query, joining two tables on a pr…
5 replies
Hi, I am trying to import into SQL Server 2008 R2 a list of strings as follows: =KET+N.207-13-F4001…
2 replies
Viewing 15 topics - 4,006 through 4,020 (of 10,636 total)
You must be logged in to create new topics.