Windows Azure Table Service Signature Access From Program
i need to access the GET Query Tables operation in Windows Azure through RestApi.I am not able to get the signature of table service under version 2009-10-01.apart from i check all request and url is...
View ArticleAuditing Extracts data from staging tables
Hi ,My requirement is 5 source table is extracted from source system. loaded into 5 staging tables.after that i need one auditing table with 3 columns. tablename,sourcecount,stagingcount. once...
View ArticleRe:.MDF and .LDF
Hi team,we are restoring one database backup.that restore database i forget the .Extends like(.mdf and .ldf) if there is any problem for this.ex:restore database test from disk='C:\test\test13.bak'...
View ArticleHow to get a really unique transaction id in SQL Server?
For auditing reasons I have to determine the current transaction's unique id. Using sys.dm_exec_requests.transaction_id (or sys.dm_tran_current_transaction.transaction_id) doesn't work for me because...
View Articledm_exec_query_stats Text includes statement that has create procedure ?...
Query:SELECT DISTINCT TOP 10 t.TEXT QueryName, s.execution_count AS ExecutionCount, s.max_elapsed_time AS MaxElapsedTime, ISNULL(s.total_elapsed_time / 1000000 / NULLIF(s.execution_count, 0), 0) AS...
View ArticleHelp tracking down T-SQL changes needed to up compatibility level
I have a set of databases with several hundred SPs. They were originally on SQL 2000 and are now running on SQL 2008 R2, with compatibility mode 80.Since going to 2012 is only a matter of time and 80...
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 ArticleSql 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 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 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 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 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 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 ArticleSQL 2012 SP1 system_health security_error_ring_buffer_recorded Events
Hello,I recenlty upgraded My SQL 2005 server to SQL 2012 SP1. The system_health in Extended Events is now continuously reporting the event listed below.After upgrading to SQL 2012 SP1 I installed a...
View ArticleException happened when running extended stored procedure 'xp_delete_file' in...
I have gone through the related posts. However not found the answer to this problem.Environment: - OS Version: - 2003 R2 (SP2) 64 Bit SQL version: - Microsoft SQL Server 2008 (SP3) - 10.0.5788.0 (X64)...
View Article