Viewing 11 posts - 1 through 11 (of 11 total)
Thank you,
I know has creation_time and last_execution_time, not sure if that means any new query plan added, I mean any new that never executed before or not in DMV...
November 19, 2018 at 9:40 am
Thank you all, yes I ran upgrade advisor and there were no issue, other than sql server level warning
I tried datalength, I tried many other things didn’t work. At...
May 16, 2013 at 9:00 am
Thank you for reply, yes we rebuilt all indexes and ran UPDATE STATISTIC and still same,
I will run DBCC CHECKD.
Thank you for your suggestion
May 16, 2013 at 8:02 am
My question is simple what is the different on TEXT data type from sql 2000 to sql 2008?
Why same table , same data size , same column, same statement...
May 16, 2013 at 7:11 am
Sorry guys, I don't know what else to explain 🙁
active items for that month
September 14, 2012 at 11:08 am
Thank you all, here the details
CREATE TABLE tbItems
(
[ID] [int] IDENTITY(1,1) NOT NULL,
[itemno] [varchar](10) NOT NULL, -- unique index
[Purchasedate] [datetime] NOT NULL,
[Solddate] [datetime] NULL,
[CrDate] [datetime] DEFAULT getdate()
)
CREATE UNIQUE NONCLUSTERED INDEX...
September 14, 2012 at 10:09 am
Thank you for your time and reply, I know how to do the script, but my question is: how to get active inventory by given date (month & year) from...
September 14, 2012 at 8:21 am
You can create new sp to grant permission to this user, then run your SP finally revoke the permission for it, this may work
April 29, 2009 at 6:00 am
Viewing 11 posts - 1 through 11 (of 11 total)