how to quit a job if some condition is not satisfied in a job step?
How to quit a job if some condition is not satisfied in a job step?I have multiple steps in a job and each step is individual and has one condition true or false. I wanted to add "xp_sendmail" end of...
View ArticleCDC and sys.dm_db_task_space_usage.internal_object_alloc_page_count
Gurus -I have CDC setup (2008 R2) and the job is set to run continuous. The job calls the cdc scan procedure with default parametersmaxtran = 500maxscans = 10continuous = 5pollinginterval = 5Attached...
View ArticleReplaying SQL Trace using RML utilities
Hi,I have a captured activities on Production into a trace file and I would like to replay them on Test server using RML utilityMy question is, will there be any updates happening in the test/prod...
View Articletcp/ip properties sql server configuration manager
Hi All,I was installing SQL Server 2008 r2 on windows server 2008 R2 , i made a mistake at configuration for the tcp/ip properties...I changed the ip address for ip1 till ip9 to the port number instead...
View ArticleUsing litespeed restore command can we restore native backup?
Hi Team,Using litespeed restore command can we restore native backup?Thanks.
View Article[139] AutoRestart: Attempting to restart the MSSQLSERVER service (attempt #1)...
hi,i got the above msg....in 2008R2 server please help me regards venkat
View ArticlePoint in Time restore falls in between the start and finish of the...
Recently we discovered a problem with the GUI when trying to restore a database to a point in time. The time happens to fall in between the start and end time of a differential backup. To make it...
View ArticleRecover database after break in log chain
HiI had taken a full backup of database, after 10 days transaction logs were truncated usingBACKUP LOG with TRUNCATE_ONLY; command without taking backup of transaction log.then after few days one of...
View ArticleFull text indexing in C# code?
Happy New Year all :)I want to Index the content of email attachments like Word docs and Excel spreadsheets.I understand that for this process I should store the content in a varbinary field, the file...
View ArticleTempdb datafile initial size
Hi, I have tempdb datafile initial size setup for 30GB. That consumed lot of disk space. I am receiing out of disk space issue. I want to reduce initial size to 500mb. 98% free space available in this...
View ArticleThere is insufficient system memory to run this query
Hi all,we have an issue on one of our SQL Server 2005 Standard Edition SP4 (32bit) system, it started getting below error message, we have a biztalk application also in the same server, as soon as it...
View ArticleMerge command increase tempdb size sql server 2008R2
Hi,I am using the merge command for inserting and updating the bulk record, When this merge command is running the tempdb increase 25 mB to 40 GB, how can prevent this problem.Please let me know as...
View ArticleSQL Server 2008 DBA
Hi,As we knw, SQL Server Data page provides 8060 bytes to store Data Row in the system. I just want to knw, how SQL server stores of the size of the row is greater than 8060 bytes? will the system take...
View ArticleConnection explanation in sp_who2
Hi All,Hope this is a simple dumb question.. in sp_who2 i'm trying to get the correct explanation of what is seen say in the following instances:1) 1 row for 1 SPID = this means one connection from a...
View ArticlePerformance Investigation and Potential Fix/Solution
OS: Windows 2008 R2SQL Server: 2008 R2 SP2OS Memory: 16 GBSQL Server Max Memory: 12 GBDatabase is in SIMPLE recovery mode.1. I saw some blocking on executing sp_who2 and ran Paul Randal's Where it...
View Articletempdb and different disks speeds, how to optimize?
Hi,I want to know if there is options available to force SQL Server to use first some tempdb files before some others?I have SSD drives, SAS and SATA drives.the SSD is the better, but the smaller. for...
View ArticleSQL 2012 Standard Edition Maximum Memory
Hi,I would just like to know if the 64GB maximum memory limit for the SQL 2012 Standard Edition DB Engine is for all the SQL Engines or is it PER SQL Engine?
View ArticleExecute Oracle procedure from SQL Server via linked server...
Hello, folks. I'm hoping someone can provide a clear answer to execute an Oracle procedure from SQL Server via a linked server. I've seen related posts that are all over the place. I have a simple...
View ArticleProblem with the folder given
Hi, This statement is working fine and also the image file goes to the table in its original format. update dbo.user_master set photo_file=(SELECT BulkColumn FROM OPENROWSET(BULK N'C:\t93.jpg',...
View Article