Topics
Started by
Posts
Last post
Hello, I need to customize a SQL Server 2000 error message that occurs when a user attempts to inse…
4 replies
I am trying to query two tables the first table contains a field that holds one of several differen…
4 replies
I have a table with week, store, price. There are many records for each store with varying prices. …
2 replies
Is it possible to suppress trailing zeros using t-sql? I have a numeric column, Decimal(18,10). I …
25 replies
I'm trying to use some dynamic SQL to determine if a record exists within a table in a different da…
1 replies
Hello, I want to make a generic piece of code that loops through the parameters of a stored procedu…
13 replies
After scouring these discussion boards for a solution to concatenating multiple rows of data into a…
2 replies
I am looking for a way to identify a specific connection to a SQL Server database, preferrably thro…
1 replies
Hello, I have an Unique Non-Clustered index using fields called 'Permnum', and 'TestShortName' on a…
3 replies
I am trying to query an excel spreadsheet with the following code: select * FROM OpenDataSource('Mi…
5 replies
Does SQL Server keep track of the date in which an object is created or modified? Thanks in advance…
2 replies
I'm trying to run the following: SELECT * FROM OPENROWSET('Provider=MSDASQL', 'DRIVER={Sybase ASE O…
2 replies
My table has a trigger that fires upon insert/update. The trigger calls a extended-stored-proc whi…
8 replies
Thought this would be easy, but I can't seem to find it in any of the books. How can I check to see…
5 replies
my table tablename A: id int name varchar(20) my changed table tablename A: int id name …
9 replies
Viewing 15 topics - 15,916 through 15,930 (of 17,082 total)
You must be logged in to create new topics.