Topics
Started by
Posts
Last post
Hello Everyone This may seem simple to some, but I have been sitting around here polishing up my SQ…
2 replies
I have a situation need to compare data in two identical tables location of two database on same …
16 replies
I have a query where I hard code account numbers in the where clause, see below... Select 'Sept'as …
5 replies
I'd like to compare between TABLE A in Testing SERVER and TABLE A in Production SERVER by eac…
2 replies
Hi, I am looking for a way to manipulate the result returned from a stored procedure (built-in or u…
2 replies
Hi, I need help to send a HTTP Post via SQL Server SP something like the below : usp_http_post 'htt…
3 replies
Hi, i need to know how via a stored procedure i can insert / character between two numeric values …
1 replies
I am working on a survey application which contains 12 questions and each question contains 6 opti…
2 replies
Declare GetCur Cursor For select FirstName, LastName from dbo._XMLImport Open GetCur Fetch Next…
6 replies
I need to import a fixed length text file into a sql table. The columns will always have the same p…
2 replies
Hi I have to change the width of a PK col in a table ..it has 10 columns. In the alter should I ref…
1 replies
I have four tables, that are joined together by one column called loanid. I have been asked to join…
2 replies
Guys: I have following table with two columns in my DB. c1 c2 26/10/2009 …
6 replies
What I'm trying to do is create a table that has the tables with in a certain Database on my server…
4 replies
I'm finally experimenting with xml, specifically with passing a dataset/temp table to a stored proc…
1 replies
Viewing 15 topics - 4,981 through 4,995 (of 12,230 total)
You must be logged in to create new topics.