Viewing 15 posts - 6,826 through 6,840 (of 9,643 total)
Nice article Ken. Makes me think I need to be doing more. I particularly like the fact that you included all the links in the article. This...
November 26, 2008 at 9:01 am
I do a little ASP.NET, but would not consider myself an expert.
If you have questions you could do as Grant suggested, try posting here in the Programming\General forum or the...
November 26, 2008 at 8:54 am
I meant more like the last post on this thread: http://www.sqlservercentral.com/Forums/Topic608342-145-1.aspx
November 26, 2008 at 8:13 am
I see what you mean. I have usually dealt with single row inserts from a UI. How have you dealt with this issue prior to 2005? That...
November 26, 2008 at 7:58 am
rbarryyoung (11/26/2008)
Jack Corbett (11/26/2008)
rbarryyoung (11/25/2008)
Of course, that is exactly what my script does for you.
Yup, that is correct. Of course shouldn't you already have a project with the scripts...
November 26, 2008 at 7:46 am
Yeah it does seem like there are a many questions that are unrelated to SQL and/or are incomplete, but it also seems I am getting more feedback lately on the...
November 26, 2008 at 7:44 am
I would recommend against doing this in a trigger anyway. The trigger takes place within the original transaction so if the trigger fails your entire transaction will roll back.
Have...
November 26, 2008 at 7:43 am
If the relationships are already created then changing schemas should not remove them.
November 26, 2008 at 7:35 am
Grant Fritchey (11/26/2008)
November 26, 2008 at 7:24 am
When you put it in the stored procedure that is when you can have an issue with parameter sniffing. Which is basically means the optimizer "guesses" the parameters and...
November 26, 2008 at 7:20 am
rbarryyoung (11/25/2008)
Of course, that is exactly what my script does for you.
Yup, that is correct. Of course shouldn't you already have a project with the scripts in Source Control?:D
November 26, 2008 at 7:11 am
iqtedar (11/25/2008)
but then i will have to assign the primary keys...foreign keys..and all dat stuff right..thank you for your reply..
If all that is already done then I believe it...
November 26, 2008 at 7:09 am
Nice script Barry. Is there one that will work on 2000?
November 25, 2008 at 8:31 pm
SQL Server 2000 does not enforce any password policies like expiration or max invalid logins. If you want this you need to upgrade to 2005/2008.
November 25, 2008 at 8:13 pm
From BOL:
Syntax
ALTER SCHEMA schema_name TRANSFER object_name
Arguments
schema_name
Is the name of a schema in the current database, into which the object will be moved. Cannot by SYS or INFORMATION_SCHEMA.
object_name...
November 25, 2008 at 8:12 pm
Viewing 15 posts - 6,826 through 6,840 (of 9,643 total)