Viewing 15 posts - 196 through 210 (of 326 total)
Good point Lynn....
Lynn Pettis (4/19/2012)
Also, since SQL Server 2005, the date/time of when database objects are modified is now captured in the new system views.
April 19, 2012 at 8:42 am
Ofcourse there is some extra code in script,but it makes sure that when i run it in different environments, it never fails.sometimes the proc may just not be there in...
April 19, 2012 at 8:41 am
Most likely, length of data from your select table exceeds the lenght of data in your test table. Check for lengths of columns in both tables.
April 17, 2012 at 10:06 am
25 indexes on an OLTP table is quite high. You may also want to look for partial duplicate indexes which can be merged with other indexes.
April 17, 2012 at 10:00 am
But carmellabanker, I can see your comments.........
carmellabanker (4/17/2012)
Dear When Im Post Reply my Reply not show y ANy One Tell Me ?Website solution | Web development Company | Web application
April 17, 2012 at 9:54 am
Ok, i'll try that out...
SQLEnthusiast (4/17/2012)
You don't...
April 17, 2012 at 9:53 am
You may sit and consider how you are going to search your data. based on that ,create proper indexes and stats and that should reduce your problem to half.
Then you...
April 17, 2012 at 3:40 am
You can certainly automate it. Just search for sliding window partitioning in google and you'll get an idea to automate it.
April 17, 2012 at 3:10 am
Thanks Gail. I was thinking if there can be a way out for this so that I don't have to create a role in several databases I have 🙂
April 16, 2012 at 4:02 am
Hi Gail
So it means that if change compatibility level in sql 2008 to 90(sql 2005), then it will support syntex for 2005 as well as 2008 in my TSQL. If...
April 16, 2012 at 3:40 am
I got it resolved. Looks like it has to do with the Local Loging I was giving while creating the linked server. I used an administrator id there and it...
April 13, 2012 at 7:30 am
If you don't want anybody to make any updates, then making it read only should be good.
If you don't want even to read from data, then setting it to single...
April 11, 2012 at 3:55 am
To make it clear, you want a list of columns which anywhere contains a unicode character, right?
April 10, 2012 at 7:49 am
Thanks Jeff and Gail for your valuable inputs. You make me learn new things even in simple things...almost everytime 🙂
April 10, 2012 at 2:06 am
And Gail, when you say "actual executions ", doesn't it mean that I might see different objects(e.g. indexes) being used in actual execution plan. Whereas they were not used in...
April 9, 2012 at 4:06 am
Viewing 15 posts - 196 through 210 (of 326 total)