what is the sequence of starting up database in sql server?
what is the sequence of starting up database in sql server?I know master database is get start first. When I see the error log I could find if user database size is small it will get start first...
View Article"cntr_value" returned by dm_os_performance_counters
We have a 3rd party tool that constantly complain about Sql Page reads/sec as being "critical". When I ranselect object_name, counter_name, cntr_value from sys.dm_os_performance_counters where...
View ArticleYou could be September's TechNet Guru! Turbo charge your CV with awards and...
TechNet Wiki is partnering with... YOU! Give us some juicy technical content and we might big you up!It really is that simple! Show us your forum solutions or drop us some nifty snippets and become...
View ArticlePLEASE REP ME
HI TO ALL,1. We have 2 log files in one database need to take backup of that database and restore in other server with one log file how can we do?2. How you will trouble shoot failed job?3. How to...
View ArticleHow to avoid an expensive SORT after a JOIN?
I have an query with an expensive SORT after the join: use tempdb drop table tempdb..t1 drop table tempdb..t2 drop table tempdb..t3 create table t1(c1 int, c2 int, c3 int, c4 int, c5 int) create table...
View ArticleInternal memory pressure
Hi,Can anyone share links/examples on how to identify and troubleshoot sql server internal memory pressure from SQL Server 2005 onwards.Thanks in Advance.
View ArticleSQL Logshipping alert from LSAlert_Secondary issue
Hello all,I am facing a strange issue with Log Shipping. Currently I have logshipping setup between primary and secondary database servers. The Backup job runs once every hour and I set the alert to...
View ArticleDecent SQLIO results but SQL 2008 not performing as well
Apologies, I'm not a DBA so if I miss key info required, please let me know.We have a SQL 2008R2 server that, when busy, is generating high average disk queue length on the Windows VM but we're not...
View ArticleExchanging data between databases fails in scheduled jobs
In a environment where multiple servers running SQL-Server 2005 support various databases i have to exchanga data and results between two databases running on different servers. The transact-sql...
View ArticleQUERY
HI TO ALL,1. WHAT IS SCHEMA? HOW WILL U CREATE & ALTER SCHEMA? WHAT IS DEFAULT SCHEMA?2. How you will move DTS packages & SSIS packages?3. Shall we use AWE in 64bit system?4. WHERE CAN I FIND...
View Articlemy application was slow on a server of particular database related.
himy application related to particular database was slow . how can i find the database stats related to particular application. what are the all other reasons for make the application...
View ArticleDefine table row variable and access to data?
hi,we used from this code: execsp_spaceused@objname='Entity_Import_Letter_Zone1'we want define a table row variable to save command result and change type of one field(DATA) from varchar to...
View ArticleSQL Buffer Pool Size Management
Hi allI had a thread that discussed SQL Server's plan cache and eviction policy....
View ArticleSQL 2005 Database Mail Failure
I have set up database mail in SQL 2005 and it works fine when I am sending mail from within Agent Jobs. Also works fine when I send a test email by right clicking database mail and using Send Test...
View ArticleInternal Query Processor Error on SQL 2008 Express x64 when accessing from...
Hi All. I've spent huge amount of time trying to solve subj error. Fortunately, I've found a workaround, but the problem itself still exists. I created stored procedure which updates one field in one...
View ArticleError Connecting to SQLSERVER:SQL as a drive for LocalDb
Please see below. There is some kind of communication problem when I try to access "(localdb)\Projects" using the ability to connect to SQL Server as a drive, and then ultimately later (e.g. $server =...
View ArticleLog filling with "Starting up database xxxxxxx"
I am running 2008 R2 on Windows Server 8 64 bit configured with 4096gig. sqlservr.exe is currently using 2.85 gig according to Task Manager.I recently restored 7 small vendor databases (2005) to our...
View ArticleGenerate a Hierarchy Key in Dimension
Hi,I am currently at loss how I will be able to generate the productcategory_key and productsubcategory_key for dbo.dw. To generate, for productcategory_key, the combination of product +...
View ArticleA connection was successfully established with the server, but then an error...
when i try to connect Database engine using windows autentication i get following error.A connection was successfully established with the server, but then an error occurred during the login process....
View Article