Updating Maintenance Plan
Hi,I ´d like to know if it is possible to modify the schedule, backup up folder from a created Maintenance Plan through SQL statements instead of using the GUI Wizard. In other words if I could modify...
View Articlesql server agent job clarifications
I need to call sql server agent jobs from Tidal scheduler. I stuck up with below two Issues1)I can create batch script using sqlcmd.exe file.where to get this file?i am not able this file in C:\Program...
View ArticleSSMS Alter Stored Procedure Says Command Completed Successfully When Table...
I'm having a problem in SSMS that I've never had before.I have a table that I dropped that is referenced in a stored procedure. When I modify the procedure and click Execute to save the procedure it...
View ArticleSQL 2014 SP1 Management Studio does not connect to Database engine
I set up a few administrative terminal servers (W2K8 R2) and installed SQL 2014 SP1 Management Studio to manage remote SQL servers. On one of these servers I suddenly had a problem when connecting to...
View ArticleOne Click Differential Backup
Is there a "one-click" differential backup solution for SQL Server?Our store closes at 9pm and there are no technical personnel around that time. What I would like to do is to instruct the sales clerk...
View ArticlePristine MS SQL Server 2012 environment - pros and cons of installing MS...
We have a pristine MS SQL Server 2012 that we use as a backend for a website application. One of the developers is looking at creating a report in an Excel spreadsheet format. He is asking about...
View ArticleDeleting my Data on a table in SQL affect other data in other table
hi.... please help me with this problem....I'm I deleting a single row in one of my database table but when I delete it this always popup on my screen.. please help.... this what error said: " the...
View ArticleWait Type = EXECSYNC on 2 SPID'S\ Won't die
Hello,I have 2 SPID's that have a status of "Suspended", wait type = "EXECSYNC", command = Killed/Rollback.I ran KILL [processid] WITH STATUSONLY, it returned the below. Both processes are still...
View ArticleDeleting my Data on a table in SQL affect other data in other table
I'm I trying to delete a primary key value, which is referenced in an other table by a foreign key constraint;and it is error...please help me how to avoid this error or any solution that I need to do...
View ArticleSSMS 2014 > Registered Servers > Evaluate Policies Error
Hi When I try to select Evaluate Policies on a registered server, I get the following error. =================================== Value cannot be null. Parameter name: source (System.Core)...
View ArticleHow To Handle Filled Disk in Production? (SQL Server 2014 Std)
I have a situation w/ our production MSSQL 2014 server. Currently configured as: - c:\ = os- e:\ = sqlserver- f:\ = data- g:\ = indexes- h:\ = logs- t:\ = tempdb Sadly there are x3 files that were...
View ArticleSQL Engine is not using the memory(RAM)
Hi,In my environment, SQL engine is not using whole memory which is assign to it.We have assign 13 GB RAM to SQL server but it is using only 82 MB.Configuration of server is as below:OS= Widows server...
View ArticleUsing performance monitor to watch counters
I am currently using Windows Server 2008 R2 and SQL Server 2008 R2. I am trying to manually setup a user defined data collector set. I clicked the create manually radio button and next. I clicked...
View ArticleAgent fails to send email. sp_send_dbmail sometimes status is sent, other...
I am having a new problem with a job that runs every day. It is having trouble sending an email out when it finishes. Some days it works fine as it has for months, some days it says failed, and I...
View ArticleFunctions and Properties list box
Hello there,I am struggling in one of my assignment in sql serevre 2012. the professor wants toDataFile_FreeSpace_Condition The required condition is to validate that the data file current free space...
View ArticleMicrosoft SQL Server, Error: 18456
Hi friends,SQL Instance is Mixed mode authentication.Local windows Login account got locked that same login account has been connected to the SQL server SSMS also.After Reset the password that windows...
View ArticleTransaction Log space issue
HelloI have a very large table (600,000,000 rows) on which I am trying to rebuild each index. Every time I try the log file runs out of space. Log file drive is 500GB but it needs to be expanded.Hou to...
View ArticleComparing MDF files.
Hi all,I have 3 SQL database environments (Development, Staging and Production) that are more or less in sync with each other.However, I recently noticed that the MDF file on our Development server is...
View ArticleHigh Paging file % Usage while memory is not full
I was handed a server hosting SQL Server and I was asked to fined the causes of its bad performance problems.While monitoring PerfMon I found that:Paging file: % Usage = 25% average for 3 days.Memory:...
View ArticleALTER LOGIN for SA fails with 15151 error SQL Server 2005
I need to change the password for the SA account on a SQL Server 2005 instance using TSQL. I can change the password using Management Studio if I select the "Map Credential" option but this needs to...
View Article