Topics
Started by
Posts
Last post
I have a number that is coming from a source where it passes the negative sign and I do not know of…
1 replies
Running the below SQL statements is slow declare @P1 int set @P1=0 declare @P2 int set @P2=16388 de…
2 replies
Each morning I have to trudge through several server's job statuses to see if there were any proble…
1 replies
SQL Server 2000 we receive data via stored procedure with an XML stream as parameter from an extern…
2 replies
I am trying to update multiple columns in one table from another table using a subquery. Getting th…
5 replies
This is probably the wierdest thing I've experienced with SQL so far. I have a table where when I e…
3 replies
Hi Every body. Suppose we have run the BCP command on a table and now we have a text file. Is it po…
6 replies
I'm building a content managment system for unstructured data. I need to parse a user&nb…
2 replies
I have integer Fields with this data = 1137699938 that is a date integer, how do I transform it in …
9 replies
hi, could someone help me understand the difference between index seek and index scan. I need…
4 replies
Hi all (newbye) I want write a script that can: 1° create a database (create database xxxx ..) 2° '…
2 replies
Hi, I have a table with 5 columns. 2 of these columns are ActionID and CallNo. Act…
2 replies
Howzit all, I have the following scenario... and I am trying to figure out how to do it in a set ba…
9 replies
Hi, Let says, i've these following table Student ID | Name ----------------- 001 | Karen 002 | Rob…
2 replies
on the code sp_send_cdosysmail there is a line with this code: INSERT @files SELECT value FRO…
1 replies
Viewing 15 topics - 1,561 through 1,575 (of 4,455 total)
You must be logged in to create new topics.