Viewing 15 posts - 2,716 through 2,730 (of 5,356 total)
Ooops, cross post?
Didn't relazie that you've already answered, Steve. ![]()
January 26, 2004 at 1:49 pm
Sorry, hit the button too early. ![]()
If you really want this, take a look at sp_changeobjectowner in BOL
January 26, 2004 at 1:45 pm
Why?
You might want to read this and decide then http://www.sqlservercentral.com/columnists/awarren/worstpracticesobjectsnotownedbydbo.asp
January 26, 2004 at 1:35 pm
The characteristics change each month?
I'm not sure if I understand you ![]()
However, this might be interesting for you.
http://www.sommarskog.se/dynamic_sql.html
especially the chapter
http://www.sommarskog.se/dynamic_sql.html#Sales_yymm
I think...
January 26, 2004 at 1:25 pm
It depends on several things, I would say.
How large will that Company ADP be in size? If the source code will go up to ~30 MB, you will get into...
January 26, 2004 at 8:50 am
While the above will certainly work, one might think the whole approach is not optimal.
Do you have any chance to only have one transaction and one customer table?
With...
January 26, 2004 at 4:29 am
As the data pages are actually used when you have a clustered index on that table, I guess it won't work, when there were data from different tables on a...
January 26, 2004 at 3:50 am
I agree with Thomas.
It makes more sense to me, to include them in every database and develop your own rollout routines. Storing in SQL Server's master db is not a...
January 26, 2004 at 2:04 am
Would it help to assign more than one moderator to a forum (if possible at all)?
January 26, 2004 at 1:58 am
This here will be interesting to you, I guess.
http://www.sommarskog.se/dynamic_sql.html#Common_cases
Parameterizing to get generic code is a good approach for everything that is handled at the client, it is the wrong...
January 26, 2004 at 1:50 am
If I understand correct, you have a sp that returns a string that is to be executed dynamically?
That string is longer than 8000 characters?
There are only but a few...
January 26, 2004 at 1:27 am
Well, I store emails in SQL Server, but I don't use xp_sendmail. I have written a small app in VB, added references to ADO and CDO, and that's it.
Basically the...
January 23, 2004 at 8:32 am
The only one I know of is something like
USE PUBS
GO
DBCC TRACEON(3604)
GO
DBCC PAGE(5,1,88,1)
GO
January 23, 2004 at 2:12 am
Viewing 15 posts - 2,716 through 2,730 (of 5,356 total)