Viewing 15 posts - 106 through 120 (of 536 total)
why dont you just drop the object?
February 23, 2010 at 8:34 am
Personally never heard of it and cant really see the use either? What would worry me most is that the new password would be in the log which anyone...
February 23, 2010 at 7:40 am
Anamika (2/23/2010)
Thanks for the great support.
Now, how do I set memory for sql server and OS?
the max option in sql says 2147483647 (in MBs)
but the physical memory in the...
February 23, 2010 at 6:44 am
TheSQLGuru (2/18/2010)
Animal Magic (2/18/2010)
TheSQLGuru (2/17/2010)
sanketahir1985 (2/17/2010)
Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.
2ndly run...
February 18, 2010 at 8:00 am
Use SSIS (2005) or DTS (2000) to extract and load the data.
Or use BCP if you want too.
how much data are you moving, and whats the purpose of the move?
February 18, 2010 at 4:15 am
TheSQLGuru (2/17/2010)
sanketahir1985 (2/17/2010)
Do not change any configuration settings without having the root cause why RAM is getting utilized. ByDefault sql server uses available RAM.
2ndly run the perfmon in...
February 18, 2010 at 1:40 am
you could grant access to the sys.objects view or you could create your own view and give them access to that
something like this would do it.
select name
from...
February 17, 2010 at 10:09 am
Anamika (2/17/2010)
Thanks a lot for your inputs.
I'm working on those.
and i have installed performance dashboard reports to find out the time taking queries.
Once i find some significant...
February 17, 2010 at 9:11 am
Roy Ernest (2/3/2010)
I assume you know what snapshot replication is and why it does not...
February 15, 2010 at 4:49 pm
what do you mean by a unique index? do you mean a unique key? show us the table schema and an example of a row that is duplicated....
February 15, 2010 at 4:44 pm
GT-897544 (2/15/2010)
You shouldn't see any issues with SQL servers.EnjoY!
Excellent. if anything goes wrong ill show my boss your post :-P;-)
February 15, 2010 at 3:22 pm
TECHBABU (2/15/2010)
Hope this link answers your question,
Thanks for the link, ive just read through it and that appears to be a "how to" guide to raising the level, which im...
February 15, 2010 at 4:53 am
ps-490891 (2/9/2010)
Thank you so much Bru ! you are my savior (google comes next to you..).I finally logged into the server without reinstalling it.
Thanks again.
what exactly did you do to...
February 9, 2010 at 2:19 am
I assume you have either changed the service account to an account that doesnt exist, or you have the password wrong. Like the others said check the error logs...
February 8, 2010 at 7:33 am
Tara-1044200 (2/3/2010)
Only 1 solution i see getting my space back...
February 3, 2010 at 7:08 am
Viewing 15 posts - 106 through 120 (of 536 total)