Viewing 15 posts - 16 through 30 (of 30 total)
Firstly, Can you check if dbmail is enable in sys.configurations.
BOL: "Execute permissions for sp_send_dbmail default to all members of the DatabaseMailUser database role in the msdb database. However, when the...
February 19, 2013 at 2:17 am
Correct me if I am wrong here.. looks like you are trying to archive data.
How big is the data size in the table?
If the data size is significantly big,...
February 19, 2013 at 1:47 am
Thanks for your suggestions. will edit my script to use that cmdlet instead of my send-email function.
Thanks again!
November 18, 2012 at 10:40 am
Thank your for appreciating my code!!
Your suggestions for using sp_dbmail can only work if I open a new connection to SQL. I have written something which will avoid it. Here...
November 17, 2012 at 8:03 pm
Thank you Johnathan. Extended Events was my biggest take away from Devconnections conference last week. Will implement that.
Thanks again
Jagan K
November 7, 2012 at 1:45 pm
Per my understanding, partitioning column should either be part of the clustered index or the Primary key and it should not be null. Else, it will reside left most partition....
January 25, 2012 at 3:36 pm
jvkondapalli (1/24/2012)
....
Hello gurus,
I need your comments on the table partitioning we implemented in our environment.
we have a pk column (INT), Partitioning column(Datetime), fkcolumn (INT), few other varchar columns
We...
January 25, 2012 at 3:11 pm
Revenant,
....
Hello gurus,
I need your comments on the table partitioning we implemented in our environment.
we have a pk column (INT), Partitioning column(Datetime), fkcolumn (INT), few other varchar columns
We created...
January 24, 2012 at 8:28 pm
This should Help!
/* THIS SCRIPT IWLL GENERATE THE LOGINS AND DATABASE USER INFORMATION.
SCRIPT CAN BE USED TO GATHER DATABASE USER INFORMATION PRIOR TO DATA REFRESH.
This script will generate the...
April 18, 2011 at 3:14 pm
Where is the job hosted on?
Can you also post the connection properties of the linked Server
April 18, 2011 at 3:11 pm
Column1 is varchar?
can you tell a bit more about the necessity of running delete statement over the linked server?
Thanks
Jagan K
April 1, 2011 at 11:55 am
Column1 is varchar?
can you tell a bit more about the necessity of running delete statement over the linked server?
Thanks
Jagan K
April 1, 2011 at 11:55 am
I can re-initialize the subscriptions. But, in theory this should not be the case right?
Another update is that we tried Insert Tocken and that cleared the issue.
Eventhough the issue...
March 17, 2011 at 4:15 pm
May be SP matters. I had the same issue with 2005 and 2008. installing latest SP on 2005 resolved my issue.
March 16, 2011 at 11:38 am
Viewing 15 posts - 16 through 30 (of 30 total)