Viewing 15 posts - 9,016 through 9,030 (of 26,490 total)
10e5x (1/9/2013)
[/b]
Delete from TABLE where (CREATION_D = ?)
CREATION_D is the column i am discussing...
January 9, 2013 at 4:48 am
What about this: http://www.sqlservercentral.com/articles/T-SQL/63351/.
January 8, 2013 at 12:16 pm
HowardW (1/8/2013)
Lynn Pettis (1/8/2013)
Anyone with a SQL Server 2008 (not SQL Server 2008 R2) installation, I could use a little help here: http://www.sqlservercentral.com/Forums/Topic1404303-391-1.aspx.Done
Thank you. Also I want to thank...
January 8, 2013 at 10:48 am
Thank you everyone. The one thing I missed when looking at the code was that the @schedule_id parameter is still there in SQL Server 2008 and 2008 R2. ...
January 8, 2013 at 9:58 am
Anyone with a SQL Server 2008 (not SQL Server 2008 R2) installation, I could use a little help here: http://www.sqlservercentral.com/Forums/Topic1404303-391-1.aspx.
January 8, 2013 at 9:08 am
This article should help some as well: http://www.sqlservercentral.com/articles/comma+separated+list/71700/.
January 8, 2013 at 8:06 am
harri.reddy (1/7/2013)
create table A
(id int primary key,
date1 date)
create table tableb
(id int references tableA(id),
productname varchar(40)
insert into...
January 8, 2013 at 7:01 am
terrygefael (1/7/2013)
I definitely appreciate your taking the time to respond to my post.
The forum name is "SQL Server Newbies". I had assumed maybe that would be taken into account.
While I...
January 7, 2013 at 8:37 pm
Have you looked at the OLE Automation procedures? That may do what you want, but I haven't used them.
January 7, 2013 at 4:16 pm
Your code still only runs the test code for one of the indexes not both. If I want the execution plans for the queries using the clustered index now...
January 7, 2013 at 7:31 am
Why the requirement that CTEs cannot be used?
January 7, 2013 at 7:22 am
ben.brugman (1/7/2013)
Lynn Pettis (1/7/2013)
You index is a clustered index meaning that both queries use the clustered index.
The code for a Heap situation is included in the code as wel.
I should...
January 7, 2013 at 6:59 am
Gurinder-356063 (1/7/2013)
I am making Lakhs of WCF calls from SSIS. What is the best way to do it? Performance is key concern here.
This is a 4+ year old thread. ...
January 7, 2013 at 6:49 am
Actually, with the code you posted there is no difference. You index is a clustered index meaning that both queries use the clustered index. Looking at the actual...
January 7, 2013 at 6:43 am
Viewing 15 posts - 9,016 through 9,030 (of 26,490 total)