Viewing 15 posts - 46 through 60 (of 72 total)
Yes, I am running sql server express.
April 2, 2009 at 6:55 pm
Sorry GilaMonster, I by mistake didn't see your name. I have now changed the autogrowth by 100MB. There is enough size on the disk. I am still having the same...
April 2, 2009 at 4:27 pm
Hi SSCChampion,
This is what I have right now.
Data...
April 2, 2009 at 4:08 pm
The reason i have to create 10 indexes is all these fields are used in a web application. The user selects the fields and gets a count of records based...
April 2, 2009 at 3:45 pm
I was able to send an email using Send Mail task.
February 19, 2009 at 7:44 am
Thanks to all of you guys. We were able to solve that. What we did was we exported that 2GB table to a new database, then we removed it from...
February 16, 2009 at 12:55 pm
Thanks a lot Ken for your idea. I will give that a shot. Thanks!
February 16, 2009 at 10:38 am
Thanks Ken! So right now we can't just shrink the database then? Why is that Reserved so big on that table?
February 16, 2009 at 10:15 am
After running sp_helpfile on that database, this is what I got.
Data file size - 4193216 KB; maxsize - Unlimited; growth - 1024KB
Log file size - 504 KB; maxsize -...
February 16, 2009 at 10:09 am
Currently, my table is not that huge, so it probably took the same time to get the results. I can try in a larger table and let you guys know...
December 8, 2008 at 8:24 am
Thanks Chris! I just added one more parameter on the subquery (B.Album_Type_ID).
Select A.pic_id, A.Album_Type_Id,
(Select MAX(B.pic_id) From Album B Where B.pic_id < A.pic_id And B.Album_Type_Id = @Album_Type_Id) as Next_Id
From...
December 8, 2008 at 8:12 am
Thanks SSCrazy..it worked pretty great.
December 8, 2008 at 8:09 am
Thans Jack. That helped me a lot.
December 4, 2008 at 2:30 pm
Hey Raj,
I added the Send Mail Task to the package. The way I have linked that to the control flow is:
Execute...
December 4, 2008 at 7:33 am
I have opened the package in Business Intelligence Studio. On the properties, i see a FailPackageOnFailure and FailParentOnFailure properties but I do not see Notification anywhere. Could you tell me...
December 3, 2008 at 1:30 pm
Viewing 15 posts - 46 through 60 (of 72 total)