Permissions

Technical Article

RE: Thanks for taking the test!

  • Reply

quote: quote: Was surprised not to see any question about SPN and kerberos authentification. But you only see this in an Active Directory environment. A lot of companies are still NT 4.0. K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1 I've got no numbers to backup this statement […]

You rated this post out of 5. Change rating

2003-05-23

2 reads

Technical Article

RE: changing dates on one instance/database

  • Reply

Not the best, but seems to be working. CREATE VIEW Test as Select DateAdd(hh,2,GetDate()) as TheDate GO CREATE FUNCTION TestDate() Returns @TheTable TABLE ([GETDATE] DateTime) as BEGIN Insert @TheTable Select TheDate From Test RETURN END GO CREATE FUNCTION TestDateII() Returns DateTime BEGIN RETURN (Select [GetDate] from dbo.TestDate()) END GO Select dbo.TestDateII() GO Suspect the overhead […]

You rated this post out of 5. Change rating

2003-05-15

Blogs

Deleting Old Local Git Branches–#SQLNewBlogger

By

I had a lot of local branches for a repo (actually a few repos)....

Use Your Voice

By

If you want more of a career and less of a job, one thing...

Real-World SQL Mastery: Your Hands-On, Mess-Free Sandbox

By

Are you ready to take your SQL skills from theoretical to tactical? If you've...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers