Viewing 15 posts - 256 through 270 (of 1,137 total)
Temporary Tables
You can create local and global temporary tables. Local temporary tables are visible only in the current session, and global temporary tables are visible to all sessions. Temporary tables...
October 14, 2009 at 3:29 am
Hi Steve,
had a good hard look at the site, seen it used elsewhere and I dont like it. for the following reasons.
No real sense of community, which is one of...
October 14, 2009 at 3:25 am
you can create a database role and just assign it execute permissions on the sp's that you want the login to execute. add the login/user to the database role.
October 14, 2009 at 3:08 am
Your last post shows that your I/O subsystem is struggling to cope. with high disk usage you can see these messages.
October 14, 2009 at 1:55 am
Just took your code and ran it, works fine...
October 14, 2009 at 1:40 am
I would check the windows logs to see if anything is apparent, it might be an concidence about the scom uninstall, but i would check if the uninstall was successful.
October 14, 2009 at 1:32 am
nunucorreia (10/13/2009)
October 13, 2009 at 10:05 am
There is only one main reason that developers like security to be data driven, is that depending on the app, they can code functionality into the application that allows permissioning...
October 13, 2009 at 10:00 am
Krasavita (10/13/2009)
How to check for space for a Log File
This is one way
dbcc sqlperf(logspace)
October 13, 2009 at 9:50 am
nunucorreia (10/13/2009)
First of all, I'm no expert in SQL. But need to implement a cluster solution running SQL Server 2005 and I have a simple doubt that I need an...
October 13, 2009 at 9:46 am
venu_ksheerasagaram (10/13/2009)
Sorry!!Views, While loops are not to be used in our environment.
Thanks,
dont understand that statement, are you saying views are not allowed in your environment. you could as Adi mentioned,...
October 13, 2009 at 8:21 am
Well if you are going down the replication route, you could use either transactional or merge, probably better to use transactional uni-directional replication to your replicated/reporting database
October 13, 2009 at 7:40 am
gupta1282 (10/13/2009)
I checked one table from DMV sys.dm_db_index_physical_stats and found avg_fragmentation_in_percent was showing 80% .
Now I Defrage this table using DBReindex but after Again i Checked and found same...
October 13, 2009 at 7:31 am
Not sure if the query provided is the best way of doing it, but i can confirm that it works in sql 2000
October 13, 2009 at 7:22 am
from BOL
Because the leaf level of a clustered index and the data pages are the same by definition, creating a clustered index and using the ON partition_scheme_name or ON filegroup_name...
October 13, 2009 at 5:05 am
Viewing 15 posts - 256 through 270 (of 1,137 total)