Topics
Started by
Posts
Last post
I have a CSV formatted flat file which I need to read. I have to decide whether I should read the…
3 replies
Hi Guys, I have a problem to import flat files in SQL Server table. Here is the statement I use on …
14 replies
Hey, this is my code, it doesn't return any rows (I copied it, so I hope for no type mistakes) Dec…
2 replies
I have two databases on two different servers that I need to write a function to merge. I've just a…
5 replies
Hi members, I have a query below like this select t1.grandid, t1.parentid, t1.id, t1.classcode,conv…
2 replies
Hello: It appears that these two queries produce the same exact result. Does that make sense? I t…
4 replies
How can i set up a date to show what the date + 30 is and if that date is not the first of the mon…
7 replies
I am new to T-SQL, my programmer gave me this query to run and I receive the error below. Please he…
2 replies
Hello I am using the following query; SELECT ShipCountry,SUM (OrderTotal)as [Total Order], SUM (O…
10 replies
Hi all, I was wondering if its possible to do a join based on certain condition. For example: SELE…
10 replies
Dear friends, Good afternoon, any one can help me to find out solution for the following issue. iss…
4 replies
I have the following code: DECLARE @StartRangeAmount Decimal(19,2) DECLARE @EndRangeAmount Decimal(…
5 replies
In SSMS As i try to disable the trigger with following statement DISABLE TRIGGER triggerName ON dat…
10 replies
Hi, I am trying to setup some data in this case open sales orders showing open all orders by period…
3 replies
Hi there, Given the following…. declare @qrystr varchar(4000) set @qrystr = 'select * from table1'…
2 replies
Viewing 15 topics - 9,211 through 9,225 (of 12,230 total)
You must be logged in to create new topics.