Viewing 15 posts - 16 through 30 (of 35 total)
Hi,
This may not be the answer but i get this sometimes with the following conditions;
I have two physical machines that i use here in the office.
We have expiration policies in...
Think great, be great!
May 16, 2008 at 7:07 am
Hi,
First and foremost this is not a table, it is a dynamic management view or DMV. Secondly, DMVs are not available in SQL 2000. DMVs were implemented in SQL 2005....
Think great, be great!
April 14, 2008 at 8:19 am
I'm just saying too. It's a bit misleading when you look into it.
Think great, be great!
August 22, 2007 at 6:21 am
I have not tried to implement as of yet. I am just trying to gain helpful insight. Do you have any you would like to share?
Think great, be great!
May 10, 2007 at 7:02 am
Boooo... Can i have my points?
Well, it's Friday!!!
Think great, be great!
March 23, 2007 at 8:11 am
I use smtp to send emails. If you have access to a server i feel that is the best way. I kickoff a visual basic script to do it.
Hth,
Brian
Think great, be great!
February 9, 2007 at 8:25 am
If you wrote a proc, usp_DoBatch...
psuedo-code
start tran
set @i = 1
while @i <= 10000
begin
If @i % 100 = 1
start tran
Do Something
If @i % 100
commit tran
...
Think great, be great!
January 15, 2007 at 7:05 am
Hi,
In BOL, search for placing tables on filegroups and it explains how to move existing tables to other filegroups using EM.
hth,
brian
Think great, be great!
December 7, 2006 at 7:27 am
I'm suprised that there is not seperate results returned for row beyond the result set and statement failed.
Think great, be great!
December 7, 2006 at 7:19 am
sp_spaceused @objectName
its not quite the same thing since it doesn't show you the amount of space the object uses in the log but it does report space used on disk
Think great, be great!
March 17, 2004 at 7:01 am
do you have to be so technical ///![]()
Think great, be great!
January 23, 2004 at 8:12 am
No the query runs with no problem in QA. Does your EM ask for confirmation when a change has been made to a record before moving on to another record? I...
Think great, be great!
January 14, 2004 at 1:43 pm
I went back and changed the size of the [Resolution] field to varchar(5000) and i still get the same results. Any other suggestions?
Think great, be great!
January 14, 2004 at 1:16 pm
I agree with the other posters. Why should you reinvent this? Even in the case that you use stored procedures to enforce referential integrity rather than foreign keys, inherited a...
Think great, be great!
December 4, 2003 at 7:11 am
Viewing 15 posts - 16 through 30 (of 35 total)