Topics
Started by
Posts
Last post
Hi, Just wondering if you can capture the old version of an object inside a DDL trigger? I've trie…
2 replies
By: daxz
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
By: Mike01
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
By: WayneS
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
By: LutzM
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
By: Marco
I'm seeing a lot of code like ; with EMP_CTE(EMPID, NAME) AS (SELECT EMPID, NAME FROM EMPLOYEE WHE…
3 replies
Hi, I have an unusal query which I am looking more for general advice than specific code. I have a …
2 replies
hi, i have a table storing the contact groups for my addressbook application. groups can be nested …
3 replies
Viewing 15 topics - 3,586 through 3,600 (of 12,230 total)
You must be logged in to create new topics.