Topics
Started by
Posts
Last post
Hi, I want to remove cursor and need to apply set based thearoy logic. How to apply Set Base…
9 replies
If I am trying : SELECT * FROM table WHERE Statement LIKE '%SIMPSON BART%' I get 3 rows. But if I t…
1 replies
Hi friends, create table Sep_92 ( Regno int, Payment datetime ) insert into Sep_92 values (19,2005/…
3 replies
Hi, I am new developer and I just need to run the below query for 50 countries. How can i loop this…
8 replies
Performance problem is there when i used like this Select top 100 field1, field2 from table1 t1 inn…
16 replies
I have two tables, each table needs columns to be combined to create a path (location on hard drive…
4 replies
Is there a function or way to determine how many seconds have have gone by since server startup.&nb…
4 replies
I have two tables, each table needs columns to be combined to create a path (location on hard drive…
6 replies
Thanks for the help so far on this Db, but now i have a table relationship problem, I have imported…
10 replies
Hello, i have 2 tables (V_CONFIGURATIONITEM and V_VALUEMAPPING) and i want to do several joins to h…
4 replies
I'm working on an interface between our HR system and our Time Keeping system and have one final pi…
3 replies
I am retrieving an XML Doc with the below layout. I am trying to extract the Names along with…
2 replies
Hi Following is the scenario I am facing: Table#A AttributeID | AttributeName 1 Alpha …
7 replies
I already have a script...several actually that pull information for reporting purposes. If I crea…
9 replies
declare @sql varchar(8000) select @sql = 'bcp ORLANDO..(select * from vwEmpReport) out c:\bcp\…
5 replies
Viewing 15 topics - 4,051 through 4,065 (of 17,082 total)
You must be logged in to create new topics.