Topics
Started by
Posts
Last post
Hi all, I do have script that is currently running perfectly in our Prod server. I copied it to ou…
2 replies
I need to develop a list of tables that do not have a foreign key constraint on them (stand alone),…
10 replies
Good morning! This is my first time in the forum, so I'm not sure I'm doing the things in the corre…
3 replies
I have a stored procedure that calls other stored procedures from within and I would like to know i…
3 replies
Dear Experts, I have written two different queries to acheive the same task. First one is using the…
20 replies
I have a table that i need to check at the end of each month. If the date field is older that the …
2 replies
The objective is to create a view that displays all receivers and associated purchase orders. There…
1 replies
Here is the below SQL: While .... Begin If Exists() Begin Insert into Table1 .... End Else --F…
5 replies
DECLARE @T TABLE ( X CHAR(3) ) INSERT INTO @T SELECT 'AAA' INSERT INTO @T SELECT 'BBB' INSERT INTO…
5 replies
Ok, I have the following resultset, and I want to return only one line per claim. I want to know th…
12 replies
Hi All, I am going through one BRS document, I found some different 'FORMAT' symbol in that do…
2 replies
I have Full Text Search enabled on my inventory table. I need to search based on the product …
4 replies
I am generating a file using sp_OAMethod. The file gets generated with the Chinese character …
6 replies
Employee table EmployeeID Employeename Employeecode Passportcode 1 aaaa …
7 replies
Hi All, I am trying to filter the below flat file message which is stored in a sql table. But i am …
5 replies
Viewing 15 topics - 2,506 through 2,520 (of 17,082 total)
You must be logged in to create new topics.