SP_READERRORLOG
Hi,Can any one give me some references to study about sp_readerrrolog. I want to know why it is used and how it works.
View ArticleWhat is paging in SQL Server
Hi All,What is paging in SQL Server how does the paging architecture works?RegardsRahul
View ArticleSQL 2014 Creating a DB
I am an absolute n00b with SQL Server. I've downloaded the 2014 Express Edition and have installed it (while logged in as Administrator) accepting all defaults EXCEPT I changed the location of the...
View ArticleWhere is the log file for deletion located?
As delete command keeps log information in a file, so that we can roll back transaction. Where is the log file is stored and how to rollback. Any idea?Anujit Karmakar Sr. Software Engineer
View ArticleIndexed views
Hi everyone,Say suppose I have created an indexed view.(view with schema binding and then created an unique clustered index on it)Now, the view occupies disk space right?So, when the original base...
View ArticleSQL SERVER TRACELOG
Hi,I want to know about sqlserver tracelog can any one give me some details about it or some reference to read about it. I searched it for one complete day but I believe that i didn't search at right...
View ArticleWindows update quits working giving me access error when installing SQL...
I am at my wits end. I've been developing on Windows for 20 years but have never run across something like this. On Windows 7 Pro I need to install the SQL Server 2014 demo (SQLServer2014-x64-ENU)...
View Articlesql server admin test 70-462
Hello, I was involved with SQL Server back in the SQL 7 days. I have received some good info about how to get back into it. I would like to study and take the sql 2012 admin test 70-462 (I have not...
View Articlechange grid results background in ssms 2014?
can you change the background color in ssms 2014? every time I try in enviro font and color>grid results it only changes the font color and not the background color.
View ArticleDifference between Innner Join and Cross Join
Dear all,select * from tbl1 inner join tbl2 on tbl1.id =tbl2.idselect * from tbl1 cross join tbl2 Works same what is the logical difference between this two statements??Dilip Patil..
View ArticleRetrieve matching data
I would like to know the query for the below mentioned case. I am using SQL Serever 2008.Table1Table2IDDepartmentNameZipIDDepartmentCountry1axx101aqqq2byy203cwww3czz305ettt4dcc40I want to retrieve...
View ArticleNot able to access Maintenance Plans
SSMS: 2012I am not able to access Maintenance Plans. When I click on it a Maintenance Plan, I get the following error:
View ArticleHigh DB Server CPU When Opening Form In Dynamics AX 2012
Hi,I have an issue with Microsoft when a particular form is opening the CPU on my database server spikes. On the application the form takes ages to open(up to 40 minutes).I ran a Profiler trace...
View ArticleIssue in installing SQL Server 2008 R2 on Windows 8.1
Hi,I tried installing SQL Server 2008 R2 Developer Edition on Windows 8.1 machine where I am getting the below message."This program has compatibility issue. Microsoft SQL Server(2008 and 2008 R2)...
View ArticleQuestion about access SQL Database
Dear AllI just got an interview and being asked for the following questions"How would you update/access Sql database?"I have answered some thing about transaction lock, store procedures, functionsbut...
View ArticleUsing With to compare previous values
I'm trying to write a statement that will compare the current record to the previous record and flag when there is a match on multiple conditions. I am using SQL Server Mgmnt studio to run the code.I...
View ArticleNewbie Question - "N" ?
I'm trying to understand the following SQL: SELECT empid, country, region, city, CONCAT(country, N',' + region, N',' + city) AS location From HR.EmployeesI understand the SELECT statement and the...
View Article297 error in sql server
activity monitor is unable to execute against the sql serverthe activity monitor for this instance will be placed into passued state.use the content menu in the overview pane to resumethe user does...
View ArticleChanging path of database to other location.
Hello Experts.i have placed sql database to c:\mydatabase\mydatabase.mdf and c:\mydatabase\mydatabase.ldf . Now i want another database of the same name to h:\mydatabase\mydatabase.mdf and...
View ArticleAccess 2013 Web App directly add Views to Azure server
I want to add a number of queries to an Access 2013 Web App which is hosted on Sharepoint or Office 365 or whatever. The lack of SQL view in the Access query designer will make this difficult, so I...
View Article