Viewing 15 posts - 1 through 15 (of 18 total)
Thank you! We may look at building a powershell script to do this, but comparing the mdfs to sys.databases is exactly the concept we needed. SQL Server DBAs are the...
October 4, 2018 at 8:56 am
Fantastic reminder about this. I don't have the luxury of getting to sit in my ivory tower and say "that's not my problem" in my environment when others make questionable...
August 3, 2018 at 4:21 am
"Adam wrote this article to try ANSI if he can PAD his resume…. On."
July 24, 2017 at 7:13 am
"The visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. For more information,...
July 22, 2016 at 8:49 am
Someday I would like to learn to remember that I have been here before....googling this same situation, seeing I encountered it 2 years before and that two years before that...
November 15, 2015 at 1:24 pm
Vision Solutions' Double-Take Share is another third party process that works. Alternatively, if the source Oracle tables have some kind of "row version" (it could be a datetime field...
June 5, 2014 at 11:52 am
You could use OPENROWSET to create a temporary table (example and link to example web page below) and check that the stored procedure definition matches your table variable definition.
SELECT ...
December 3, 2013 at 12:51 pm
http://datapigtechnologies.com/blog/index.php/running-a-sql-stored-procedure-from-excel/
I've used this technique before for some quick and dirty "reports"...
December 3, 2013 at 12:39 pm
We encountered this as well. We were writing a process to purge old backup files, using xp_cmdshell to bring back a DIR listing just like you have. We...
December 3, 2013 at 11:52 am
Kevin, I want to say thank you! (Kevin and I were co workers for a time, in fact at the time he wrote this post!). I am running...
July 31, 2013 at 11:58 am
In your query, CAST the first field as a certain length and that should reduce the width it allocates in the email.
December 7, 2010 at 2:39 pm
Sometimes I find that by going to linked servers in SSMS and setting the provider (I believe this would be the Jet provider) in and out of process sometimes "resets"...
October 1, 2010 at 12:42 pm
SQL Server is not really an interface platform like Access. Typically you would handle user input and the interface through another programming language, although you could use Access as...
January 28, 2010 at 8:01 am
Your organization needs to suppoort saying no; it's easy to say this from an ivory tower perspective but you have to have management and executive support. At some companies...
January 12, 2009 at 6:49 am
Viewing 15 posts - 1 through 15 (of 18 total)