Viewing 15 posts - 181 through 195 (of 546 total)
1. are you sure you updated the SP code on the same same server..
2. you can use a profiler to capture the sp name etc...
3. did you look at the...
June 11, 2009 at 8:09 am
SQL 2005:
right click Database--> properties--options-->Scroll down to State container...
there are options.. select multi_user... and you are done.
SQL 2000:
right click Database--> properties--options--> under Access -- uncheck Restrict Acess and read...
June 11, 2009 at 7:59 am
I know you might have already done this: but a second shot..
Goto Component Services under Administrative Tools--> Click on component Services -->computers--> My computer-->Dcom Config-->msDtsServer-->Right click properties then Security, there...
June 11, 2009 at 7:50 am
check this out:
http://msdn.microsoft.com/en-us/library/ms156468.aspx
http://blogs.msdn.com/bimusings/archive/2005/08/23/455263.aspx
June 10, 2009 at 9:33 am
check books online for fn_trace_gettable
it is very helpful in tracking down and filtring information through T-SQL.
I would suggest to use '%%' in the like clause in textdata column, while filtering...
June 10, 2009 at 8:31 am
The first thing to look for would be as suggested check the allow remote connections settings also enable tcp/ip on server through configuration management.
also try this:
connect to reporting services in...
June 10, 2009 at 8:24 am
I hope this should work: Restore the database and under security check each user and their corresponfing Roles, should e highlighted. infact they might be orphaned but the roles mappings...
June 10, 2009 at 7:29 am
Try to enable "Shared memory" and "named Pipes" Protocols incase you havent ... If you have then also start TCP/IP and check to see if the service give the error.
June 10, 2009 at 7:24 am
did you mean the Free disk space available on the disk where tempdb resides is 40GB and the size of the Database you are working on is 300GB and is...
June 10, 2009 at 7:19 am
Here is the next best option you can look at: if you have more than 4Gb Physical RAM on your New SQL Server then:
Get Windows 2003 Enterprise Edition and SQL...
June 9, 2009 at 8:01 am
I Guess the answer is http://msdn.microsoft.com/en-us/library/aa366778.aspx#physical_memory_limits_windows_server_2003
so assuming the /PAE is set the max memory with the switch is 4GB, so it settles the doubt...
I guess i should start reading between...
June 9, 2009 at 7:16 am
Exactly, here is what i did.
I defined DEFAULT for the columns(infodate and servername) and then applied the insert.
GREAT, thanks and ton.
December 9, 2008 at 9:47 am
There can be many routes, my Friend.
Does this error occur when you are trying to connect/use Surface Area Configuration to your local machine?
Is SQL Developer edition installed on your machine.Or...
December 3, 2008 at 9:16 am
Try to create a new table with the same structure and move the data from old tables into new, this should hlep you reclaim the space.
Check this and see, if...
December 2, 2008 at 6:14 pm
one reason might be hopping ID, i.e. your id might be present in several groups. or check this out and see if this helps:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=65711&SiteID=1
November 17, 2008 at 1:24 pm
Viewing 15 posts - 181 through 195 (of 546 total)