MS BI
Hi, I'm new MSBI. Can anyone help me, what is the software needed for MSBI? how to install? & sites for MSBI tutorial.
View ArticleHow to create a database instance in sql server 2008 express edition
Hi,I have downloaded Visual Basic 2010 Express edition which comes with sql server 2008 express edition. In the SQL Server Configuration Manager I clicked SQL Server Services; and setSQL Server(SQL...
View ArticleBIg trans log; space used % small.....
We have a database in Simple Recovery mode. Recently I noticed its trans log had grown to 118GB but only 0.089% was being used (dbcc sqlperf (logspace)). There are several connections to that database...
View Articleaccess SQL server from my PC
Hello,provide I have a SQL server, how can I access all DBs and functionalities from my Win7 pc? Do I need to install the entire SQL server 2008 package? what Im trying to achive is to log on to my PC...
View ArticleSQL Server Timeout expired
i am having lot of session timout errors in my database,i have no idea where to start looking fromk
View ArticleStatistics 101 Questions
I appreciate any insight you can offer into any of these questions:1.Statistics deal with column data "distribution" in tables. Correct?2. They are used (along with indexes) by the query optimizer to...
View ArticleHow can I remove spaces from a column?
I currently have a table which looks as below, is there a way to remove all the spacing after the second character?e.g. Table CustomerForename Surname TitlePauline Mc Donald MrsPatricia Mc Call...
View ArticleEmail alert when there is no entry in the table for more than one hour
Hi Experts, Requirement: check for entries in a table for every one hour and Send an email to x,y,z when there are no entries in to that table for last one 1 hour, this table has Entrytime column. For...
View ArticleSome of the update statistics failed
I have a job Update Statistics which is running every day.But every time it is failing and the message in log is "Some of the update statistics failed".When I tried to look at the log file...
View ArticleSlow Running Query Vs. Long Running Qery
Hi All,Is there any difference between Slow Running Query and Long Running Query.Grateful to your views on this.Regards,Kalyan----Learners Curiosity Never Ends----
View ArticleUpdate Statistics long run about 11Hours
Hi All,Issue: Update Statistics Maintenance Plan duration 11:00:00 HoursPROD ENVI is with SQL Server 2008R2. We are Updating all existing statistics [Including Indexes & Columns stats] with Full...
View ArticleHow to replicate specific views between servers with minimal logs
Hello,I have an SQL server (2008) named A with one BIG database. I have another SQL 2008 named B with one small database and minimal transactions. I also have an SQL server 2008 named C that its one...
View ArticleAccess to SQL
Hello All, My IT manager gave me a small project to work on. I’ve been tasked to go into Access and look at the modules that relates to a client. Research the queries in Access related to that module...
View Articleadmin level sql authentication accounts
please excuse my ignorance (not a DBA or MSSQL tech), but I have a task to audit several MSSQL instances (ranging from MSSQL 2000-2008), and we need to document all SQL authentication accouns and...
View ArticleThis Stored Procedure is causing a deadlocks , Please advise
USE [myNIC_PROD] GO /****** Object: StoredProcedure [dbo].[NIC_Dashboard_RunRPT] Script Date: 08/13/2013 19:18:26 ******/ SET ANSI_NULLS OFF GO SET QUOTED_IDENTIFIER OFF GO -- exec...
View ArticleSend email notifcation if condition is failed
Hi Experts, How can i setup send a mail when a condition is not satisfied. can someone provide me SP for Select count(* ) from table where conditions x,y,z if count(*) is < 1 send mail. Thanks in...
View Articlelogin with username and password can not connect to MDF file in vs 2010...
Using : VS2010/ 2012 , Sql Server 2008 R2 ,ADO.NET ,Winformapp /WPF appProblem :I am unable to connect to SQL Server local Database file (.mdf) through SQL Server Authentication.Requirment : by...
View ArticleDeadLock Advise required
ho can i start looking why this SP is causing deadlockSET ANSI_NULLS OFF GO SET QUOTED_IDENTIFIER OFF GO ALTER PROCEDURE [dbo].[NIC_IDENTIFIERS_GetSpecificCardType] @lid as int AS SET TRANSACTION...
View ArticleMoving SQL Event to their own event log.
I have been searching for the ability to move the SQL event logs from Windows application log into a new custom event log. The reason behind this is that I support servers that have over 200 database...
View Article