Mindy Curnutt

Mindy Curnutt is an Integration Architect for Unisys (http://www.unisys.com)
working with Windows 2000 Data Center Server and SQL Server 2000. She has
worked with relational databases since 1995; SQL Server since version 6.5.
She has been involved in the development of manufacturing (MRP),
sales/accounting (ERP), customer relations (CRM), medicare billing,
equipment maintenance management, image/document tracking and development
process control systems. Mindy is a member of the North Texas SQL Server
User's Group (http://www.immedient.com/SQLUsersGroup/). She enjoys
developing databases, data driven webpages, playing guitar, singing,
gardening, rubber stamping and geneology.

Technical Article

Recompile Views/SPs from DOS from .SQL Files.

This script is very helpful for anyone trying to recreate particular SQL Server Database Versions for Testing.  It allows you to automatically recompile any stored procedures or views saved with drop, create and permission statements.  The scripts must all be sitting in one directory and end in the same extension.  I have found this very […]

You rated this post out of 5. Change rating

2002-02-25

684 reads

Blogs

T-SQL Tuesday #180: Good enough is perfect Roundup

By

This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...

Using SQL Compare with Read-only Access

By

Recently a customer asked if SQL Compare and SQL Data Compare can be used...

Off to Live 360

By

I am off to Live 360 today, on my last trip of the year....

Read the latest Blogs

Forums

how can i tell if our db2 driver is ms or ibm or other?

By stan

i see this in the definition of a linked server on our wh sql...

normal role member to be able to view list of other role members in his DB

By Senad

Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...

Stairway to Snowflake Level 5 - Using Snowflake with SnowSQL and Visual Studio Code

By Mike McQuillan

Comments posted to this topic are about the item Stairway to Snowflake Level 5...

Visit the forum

Question of the Day

A Strange Result

What does this code return in SSMS 20 from SQL Server 2019?

select '|' + CHAR(0)+'abc' + '|';

See possible answers