Topics
Started by
Posts
Last post
I'm having issues with a stored procedure that uses tables. If more than one user/process executes…
11 replies
Hi all, Im fairly new to SQL having got into a new job through being fairly competant at VBA and Da…
10 replies
I have an inline table defined functions that returns 23000 rows of data in 1 second, only one colu…
6 replies
Hi, I have this code below which should delete a list of tables in TempTable one at a time. The pro…
8 replies
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
Viewing 15 topics - 4,981 through 4,995 (of 12,234 total)
You must be logged in to create new topics.