Sql 2005 - insufficient system memory to run this query
Hi, We are getting right now following error: We have Sql 2005 with 4 GB MemoryThere is insufficient system memory to run this query. Error: 701, Severity: 17, State: 42.then it contains another...
View ArticleRe:Job Configuration issue..
Hi team,we try to configure backup job through maintenance plan,when ever we are select "BACKUP MAINTENANCE TASK"facing below error.[CAN NOT SHOW THE EDITOR FOR THIS TASK.Additional...
View ArticleWindows Azure Table Service Signature Access From Program
Hi, Am trying to access the GET Query Tables operation in Windows Azure through Rest API from Objective C. Am getting a 403 Forbidden error. Am suspecting the issue might be with the format of the...
View ArticleMERGE with Linked Server Query
HelloI'm trying to troubleshoot a query for a developer that is exclusively locking a number of system tables during execution for several...
View Articleregarding space issues in database
we have a database named report server i which client is raising a ticket that it is issuing some timeout errors whe the users are trying to access that DB,when we checked,the auto growth feature is...
View ArticleNeed schema query that gets me a list of tables for a list of databases
Im looking at getting a list of tables for a given instance, or for a list of DB'sI know I can hit sys.tables for a specific database, but how can I expand this to the instance level?
View ArticleQuestion on In-Row varbinary(max) on SQL FILESTREAM
I have a question on what actually gets stored in a data row for a varbinary(max) column setup for SQL FILESTREAM. (with FILESTREAM attribute)Do we have to take into account on the dynamic size of that...
View ArticleHow to migrate extended store procedure 64x DLL from SQL 2005 to SQL 2008 R2 ?
Hi! all,I need to migrate a database with extended store procedures from SQL 2005 64 bit EE to SQL Server 2008 R2 EE, the targuet os is Windows 2008 R2 EE.I went trought the...
View ArticleRe:Log shipping..
Hi team ,we are configured log shipping primary and secondary both server are 2005 enterprise edition, but monitor server is 2008 enterprise edition, it can be working or not???
View ArticleSQL 2005 Monitoring memory use - setting up an alert
Note: This is for SQL 2005Im following this examplehttp://technet.microsoft.com/en-us/library/ms176018%28v=sql.90%29.aspxIt mentions using these counters, but what Object did they select? Memory:...
View ArticleWide clustered index column order
Hi,I have what I imagine is a pretty common data warehouse scenario. There is a table containing items by business date and source system id. There are a number of source systems and the data is loaded...
View ArticleRing buffers - are the messages the same between types?
Im looking to capture low and out-of-memory conditions by querying sys.dm_os_ring_buffersreference this blog...
View ArticleAuto Generated Filegroup in SQL Server and also sliding window
Hi Experts, I new to create the Partitioning on database.I have manually created all partition filegroup and Schema but business want to create it automatically.even I have to create the sliding...
View ArticleLogin issue..
Hi team,we are migration one server, i have login scripts,once we executing the login script in new server we are getting below error message :Supplied parameter sid is in use.how to drop the SID and...
View ArticleSystem report - what items to include (ie. memory issues, top 10 slowest...
If you were to start to build a report that would be system related information, what items would you include?So far I have the following:- identify low and outofmemory events (since last ring buffer...
View ArticleHow to check if a view is updatable or not
What is a good way to find out if a view is updatable or not?The following options I know but are not useful for me:- try a update / insert statement: because I check all views existing in a unknown...
View Articlesp_send_dbmail problem
I am trying to send an email with the results in the body of the message. Below is the code and below that is the error. DECLARE @mailprofile VARCHAR(200) declare @query nvarchar(max) SET @query =...
View ArticleThe Resource Governor of SQL server 2008 R2
Dear all, Right now we keep seeing a process from Oracle gateway that use a MS SQL login to run and select something, but time to time it will overload the tempdb log and the log full sometimes. Can...
View Article