Viewing 15 posts - 106 through 120 (of 295 total)
Have had couple of instances where we needed to rebuild tempdb...and several instances where our BCP just quits...with the following message:
SQLState = 08001, NativeError = 0
Error = [Microsoft][SQL Native Client]Unable...
January 16, 2014 at 2:13 pm
Thanks Gail. Little bit off the topic. Reading through the book; I came to know about Total Server Memory and Target Server Memory. Couple of my instances has both of...
January 16, 2014 at 1:39 pm
It seems like SQL server is leaking memory. I assign 30 GB to sql server memory. If I look at task manager, 30GB of Memory is used. What are the...
January 16, 2014 at 8:47 am
In the SQL configuration what should I put on max memory?
I'm on 64 bit VM. Running 2012. Have 64 gb ram.
January 14, 2014 at 11:01 am
'" -T -t"|" -r"" -c -q'
With the switch above, some files are getting generated in ANSI and some are generated in UNICODE...If I want just ANSI, what change...
January 9, 2014 at 9:14 pm
with BCP logging, the following error message came out. Anything I could check?
SQLState = 08001, NativeError = 0
Error = [Microsoft][SQL Native Client]Unable to complete login process due to delay in...
January 9, 2014 at 9:49 am
Build on 2008r2 and then migrated to 2012
January 6, 2014 at 8:27 pm
I see the notification service in 2005 tree...Do I need to move it to 2008 folder? If so, where do I need to move it?
Shouldn't I be seeing this service...
December 15, 2013 at 11:36 am
Where do i go see if 2005 sql notif service has been installed?
December 13, 2013 at 3:42 pm
Thanks. Which field should I look for heavy usage of tempdb?
user_objects_alloc_page_count?
Is there any threshold to indicate heavy usage?
December 7, 2013 at 9:17 pm
Thanks Gail. So, in my situation if I had used this dmv and figured out which query was using most of tempdb and killed it, I wouldn't have to restart...
December 7, 2013 at 1:55 pm
The tempdb grows. In other words the drive where my tempdb files are becomes full. When I right click on tempdb, it locks up and I am not able to...
December 7, 2013 at 8:43 am
Trying dropping the user from the db and recreated it and still same error.
November 22, 2013 at 8:48 am
Sorry I was using the wrong DB context. Yes SID exactly matches.
November 22, 2013 at 8:36 am
it didn't return any record for that user from sys.database_principals. But if you go through ssms, this user has correct permisson to the db.
November 22, 2013 at 8:21 am
Viewing 15 posts - 106 through 120 (of 295 total)