Viewing 15 posts - 241 through 255 (of 359 total)
This may work.
If ((Get-Content "Filenam.txt") -eq $Null) {
"File is empty"
}
Exactly thats what I did and it worked..Thanks anyways
December 16, 2011 at 12:21 pm
I think I figured it out.
Thanks GUys
December 16, 2011 at 12:05 pm
Thanks. I am using a XML config for now. Everytime i get a request i am entering the new values and running the job.
December 16, 2011 at 8:01 am
I think once you specify the SMTP server name/Ip address it should use the SMPT server.
December 15, 2011 at 1:21 pm
That depends again. The difference could be anytime between a day to 15 minutes. So Parameter1 takes 2011-12-15 10:30:00 and parameter2 takes 2011-12-15 15:00:00. In this case the difference is...
December 15, 2011 at 1:19 pm
Can you tell me, in English, how these dates should be determined?
its on demand basis.
December 15, 2011 at 12:07 pm
I am not using the execute sql here. The package selects the data and outputs to a flatfile. I am using the OLEDB Source and Flat file destination. I am...
December 15, 2011 at 12:06 pm
Also, at the time of adding variables in the "set query parameters" dialogue box for the type datetime, the "Add variable" dialogue box requests me to enter a value for...
December 15, 2011 at 11:04 am
What ParameterNames are you using for the variables?
fromtimestamp, totimestamp they are of type datetime.
December 15, 2011 at 10:54 am
Thanks for the input Michael. Yes I have enable the RCSI on this database. However I am still seeing deadlocks but not the same ones. This time its a different...
December 12, 2011 at 3:01 pm
Hi all,
I thought to run the victims (EF Generated SQL SELECT queries) through the DETA and see if it recommends any indexes. As expected DETA suggested that there will a...
December 7, 2011 at 1:47 pm
I am still seeing the deadlocks: Please find the error log trace below:
deadlock-list
deadlock victim=process4df048
process-list
process id=process4df048 taskpriority=0 logused=0 waitresource=RID: 6:1:440021:29 waittime=1397 ownerId=18465075 transactionname=SELECT lasttranstarted=2011-12-07T14:17:45.240 XDES=0x80015920 lockMode=S schedulerid=4 kpid=268 status=suspended spid=144 sbid=2...
December 7, 2011 at 1:16 pm
Thanks for the reply Kevin. Per michael, I have changed the isolation level from Read Committed to Read Committed Snapshot (although I dont think I have enabled row versioning). I...
December 6, 2011 at 7:44 am
Thanks for your reply michael.
December 5, 2011 at 12:25 pm
Viewing 15 posts - 241 through 255 (of 359 total)