Machine Learning (ML)

Technical Article

RE: Need Guidelines For Using SELECT INTO

  • Reply

Large tables is relative. How do you define "large table"?Like Allen, I would be interested in knowing what blocking issues have been observed. And I would also be interested in the statements those analysts want to use. Will this be stored procedures? Do they *really* need the most recent data or might they be able to […]

2005-04-29

Technical Article

RE: Scripting question

  • Reply

For the database, create a user-defined database role. Assign it the permissions currently granted to AcmeCorp\SalesUsers. Then make the AcmeCorp\SalesUsers user a member of that role. You can use sp_helprotect to list out all the permissions AcmeCorp\SalesUsers currently has and with some text manipulation you should be able to create the GRANT EXECUTE statements needed […]

You rated this post out of 5. Change rating

2005-04-08

Technical Article

RE: Can all permissions to Public role be safely removed?

  • Reply

Short answer, no. Microsoft made minimal changes to earn a C2 compliance standard. Public was largely unaffected. SQL Server 2000 C2 Administrator's and User's Security Guide If you want more details, my GSEC practical looked at this issue... SQL Server 2000: Permissions on System Tables Granted to Logins Due to the Public Role

You rated this post out of 5. Change rating

2005-03-29

Technical Article

RE: nvarchar formatting?

  • Reply

You might want to check out this page to verify that you are actually using Unicode http://mysecretbase.com/ColdFusion_and_Unicode.cfmAlso, storing a resume in a nvarchar column might be a tight fit. You can try ntext for more space.You also might want to research collations in the SQL Server manual. It may provide you with some key insight.Good luck. 

2005-03-03

Technical Article

Database Location query

  • Topic

Morning AllWhen I run the following TSQLselect * from sysdatabasesit give me the location for my master Database asd:\mssql\MSSQL\data\master.mdfHowever, if I check the Db properties through Enterprise Manager, it reports it asd:\sql\MSSQL\data\master.mdfBoth files exist, have virtually the same timestamp, and are the same size.  How do I establsh which is correct?ThanksGary

You rated this post out of 5. Change rating

2005-01-31

Technical Article

DBO_DDLADMIN Role

  • Topic

I am currently experiencing some problems using the database role of dbo_ddladmin in SQL2K. I am adding an NT user group/ad group to the ddladmin role and the users are telling not only can they not add new objects they can't even do a simple select statement. I am not too familiar with SQL2K but […]

You rated this post out of 5. Change rating

2005-01-21

2 reads

Technical Article

Strange problem with extended property

  • Topic

Hello, I have a problem with extended property MS_ConstraintText. MS_ConstraintText property is not shown to other end users except for my own login (which have created the extended property). Another extended property, caption, is displayd correctly for all users. Here is example code: -------------------------- CREATE table T1 ( id int identity not null primary key […]

You rated this post out of 5. Change rating

2005-01-16

2 reads

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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