Topics
Started by
Posts
Last post
Hi Friends, Here is my table structure- Table1 ColumnA ColumnB ColumnC 11111 …
4 replies
i all i have the below trigger, which sends an email when an order is released for picking. that wo…
6 replies
Hi, Just wondering if you can capture the old version of an object inside a DDL trigger? I've trie…
2 replies
I have a scenario where i need to update a table (thru linked servers) based on the temporary table…
1 replies
I have a column in a table called DecimalPrecision and the datatype is int. I am trying to use the…
3 replies
I am executing a store proc in a sql job and would like to send an email on successfull/failure exe…
7 replies
We have a trigger that no longer runs in SQL 2005 after migrating from SQL 2000. I know it is beca…
3 replies
I have a table with the following data account_numberpayment_amtDATE_PAYMENT_DUEnum 10043997379…
5 replies
Hi all I have a query of the following form. SELECT a.Col1, b.Col2 FROM aTable a INNER JOIN vTable …
6 replies
I have a sql script which creates a view. This view references a table that does not exist when th…
2 replies
Hi, I have a table: CREATE TABLE Blah ( Pid INT, CreatedUserID VARCHAR(50), CreatedDate DATETIME, M…
3 replies
I am rewriting the delivery / postage section of an e-commerce website and for part of it we need t…
3 replies
Hello, In development or in debugging I try to identify what went wrong and return messages that ar…
6 replies
Hi folks, I am wondering if it is possible to execute a sp or fn on a linked server with a read-acc…
8 replies
I'm seeing a lot of code like ; with EMP_CTE(EMPID, NAME) AS (SELECT EMPID, NAME FROM EMPLOYEE WHE…
3 replies
Viewing 15 topics - 3,586 through 3,600 (of 12,234 total)
You must be logged in to create new topics.