Viewing 12 posts - 1 through 12 (of 12 total)
thanks.
April 17, 2008 at 7:38 am
not sure...but maybe it could be a dynamic proc being created somewhere just for the process\job?
Or maybe it could be a temp stored proc.
January 18, 2008 at 8:25 am
Hmm.....Database Mirroring is already available. Earlier (still talking about 2k5 Beta) it was a notion that it is an option that could be taken from Microsoft, but it is already...
February 21, 2006 at 3:52 pm
Wonder how so many people got it incorrect.
Reading the question one would see that the obvious answer would be one, but then, why would someone ask such a simple...
February 8, 2006 at 8:02 am
I do suppose that you have the domain accounts set up? What about the security settings for the SQL Service and Agent service (here i dont think the agent would...
February 7, 2006 at 3:16 pm
Normally i would have found it in BOL if it existed but my BOL does not show these sp_MSForEachDB and sp_ForEachTable.
thanx. Found them in Undocumented procs.
September 6, 2005 at 11:08 am
I did not get you. I did not even find the SP_MSFOREACHDB.
My problem is i have a very complex procedure which i need to install and run from every database...
September 6, 2005 at 10:42 am
The question was put in such a way that the table already existed, anywayz if table existed then both A and B are correct,
if conditions such as IF TABLE...
September 6, 2005 at 9:08 am
Would it matter, performance wise using
var1 IS NULL
instead of
var1 = NULL
?
June 27, 2005 at 7:20 am
One would expect to see some help/advice on 70-229, which would guide a person in a proper direction and not trying to buy/sell some stuff.
Thank you
June 22, 2005 at 12:52 pm
Try this......this may also help as a base metadata view for generating other code.
SELECT
so.[name] AS 'TableName',
sc.[name] AS 'ColumnName',
st.[name] AS 'ColumnType',
sc.length AS 'ColumnSize',
CASE sc.isnullable
WHEN 0 THEN 'No' ELSE 'Yes' END...
June 15, 2005 at 8:10 am
Just a question. Woudn't (Select 1 From GenNum where So = @Seroff) would be more efficient?
June 15, 2005 at 8:05 am
Viewing 12 posts - 1 through 12 (of 12 total)