how to Rebuild the MASTER DATABASE Could please explain step by step
thanks. PoornaThanks, Purna
View Articlesql server job history
Is there a way to configure the error log so that we can see SQL Server job history from there?
View Articlesql server agent problem
I have create a job and runs well. Since yesterday, it cannot be run by other team members, but I can run it successfully. What's the matter? Could someone help me?
View Articleserver version
i have sql 2008 but my sql server version(9.0.1399) how to upgrade to 10.00.1600??? plz helphammad190
View ArticleSQL Instance With Many Catalogs. How many is too many?
Not much information seems to be out there (that I could find) regarding having a large number of database catalogs per SQL server instance. I know there is a limit of 32,767, and I am no where near...
View ArticleExtended event durations for stored procedure and statements contained...
In an attempt to determine the cause of occasional slow running queries, I added an extended event session that logged all events of the type sp_statement_completed on a specific catalog, as well as...
View Articlehow to automate the process of generating scripts for database objects
i searched a lot on google for code to generate scripts for database objects i either found powershell scripts or this link...
View Articlegetting my hands on stack trace
hi I have looked online but no avail ... how can I go about producing a stack trace on a local sql instance? i remember reading about it a while back but can't recall the link or the search term I...
View ArticleNeed help...
Hi, It's been more than 6 years I have been working as SQL Server developer. But the sad thing is I don't have knowledge about the internals of SQL Server. I want to learn about internals of SQL server...
View Articleunable to see the properties of a Database
Hi All, I have Sysadmin permission on my sql server, but when i right click on one of the DB server and select properties, it gives following error. "This property may not exist for this object, or may...
View ArticleHow to distinguish master tables and transactions tables in database
In a database, so many tables which are master tables and transaction tables. how to distinguish the master tables and transaction tables ? Any query is there to retreive all the master tables and...
View ArticleRecover deleted data from database
Hi expert Unfortunatly I have deleted my data from a table without creating any transaction. Is there any facility in SQL SERVER to recover this? or any facility in SQL SERVER to create default...
View Articlea strange cursored query [to be made with an SSMS script]
let's hypothesize that my db has 1) a table named anag with schema int ID CStringA description 2) a set of table with names fxxx where xxxx is THE CONTENT of the description field of the previous...
View Articlehow many tables are there in master database
how many tables are there in master database:only seven or else.Thanks
View ArticleCompare data from two different databases in one server
Hi, I need query to compare tables data i.e. select * from databasename.dbo.tableA except select * from databasename.dbo.tableB (each and every column) in different database in one server.I have tried...
View ArticleHow to run it properly?
Hi, In my server machine, I scheduled the report like while dp2 is one shared folder in the server. Right now the current time is 5:56PM but I don't see any output file inside dp2.Many Thanks &...
View ArticleSQL 2008 Cann't Expand Databases after installing SP3 CU6
I installed SP3 and CU6 on SQL2008 server and not I can't expand databases application is able to connect to DB server and work properly, even I can query sys.databases and see all DBs, but when...
View Articlescript for database users which are not mapped to any database roles
Hi All, i tried a lot to manipulte the below script to include the users, which are not mapped to the any one the database role but no luck. ( this means, user existed in the database but doesnot...
View ArticleSQL Server 2005 Windows 7 Logon Authentication Error
Dear All, When we logon to sql 2005 via windows having Admn rights, it does not authenticate at all. We tried giving the user name same as machine name while installation, couple of times. However, it...
View ArticleSQL Server 2005 Attach Adventure Works Database Error
Dear All, After being successfully authenticated via windows logon, when we try to attach the Adventure Works Db, we get an error saying "attach database facility" not provided to the user, even after...
View Article