Viewing 15 posts - 7,501 through 7,515 (of 9,641 total)
Here is a link to a script I submitted that will find all foreign keys:
http://www.sqlservercentral.com/scripts/foreign+keys/64333/
It wouldn't be too hard to extend it using sys.index_columns and sys.indexes
September 16, 2008 at 6:51 am
You would need to setup Linked Servers on the SQL Servers and either grant login rights to the users on both servers and use "pass-through" authentication or map users on...
September 16, 2008 at 6:44 am
Can you post the .NET code that is generating the error?
If you are trying to insert NULL it will fail because the column does not allow NULLs and if you...
September 16, 2008 at 6:36 am
In SSMS you can run a Disk Usage by Table report by right-clicking on the database, selecting Reports, and then selecting the Disk Usage by Table Report. This may...
September 16, 2008 at 6:33 am
Yes you can do it, but your package will need to be more complex as you will not be able to just do an insert. You will need a...
September 16, 2008 at 6:27 am
Unless you manually shrink a database or autoshrink is on SQL Server will not return space to the OS. It will re-use the space.
Does sys.allocation_units show many unused...
September 16, 2008 at 6:08 am
The default profile is setup as part of the Database Mail setup. In SSMS connect to the server go to Management -> right-click on Databas Mail -> Configure Database...
September 15, 2008 at 11:46 am
This from a personal email and posted here so others can benefit.
hello jack , thanx for your advise, can u please tell me , in the script , i know...
September 15, 2008 at 9:47 am
Yes a true TRIM function would be nice. I actually had an issue recently when querying FoxPro data in SSIS around trimming. FoxPro has a 4 functions for...
September 15, 2008 at 8:48 am
Thanks.
September 15, 2008 at 5:14 am
Thanks, Jeff. I actually put a lot more time into the code than the article.
Yeah, I know that it is turned off by default at the Database level,...
September 13, 2008 at 10:21 pm
I think you mean sp_send_dbmail. In SSMS you can right-click on Database Mail and either View History or View Log.
My guess is that you did not set up a...
September 13, 2008 at 4:43 am
Bill,
I'm not sure what you are exactly asking. Are you mentioning that if you just run the Selects you have listed in SSMS you get the same results? ...
September 12, 2008 at 4:30 pm
Happy Birthday upcoming Steve.
I can agree with most of you who have said that they have what they need. I have several things on my I'd like to have...
September 12, 2008 at 2:56 pm
Viewing 15 posts - 7,501 through 7,515 (of 9,641 total)