security

Technical Article

RE: Problem working with nvarchar over 6 digits

  • Reply

Here's the DDL: patidpri,int,no,4,10 ,0 ,no,(n/a),(n/a),NULL ClientID,int,no,4,10 ,0 ,yes,(n/a),(n/a),NULL CProviderID,int,no,4,10 ,0 ,yes,(n/a),(n/a),NULL PhysicianID,int,no,4,10 ,0 ,yes,(n/a),(n/a),NULL PatientID,nvarchar,no,100, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS Birthdate,datetime,no,8, , ,yes,(n/a),(n/a),NULL PriDiag,ntext,no,16, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS SecDiag1,nvarchar,no,100, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS SecDiag2,nvarchar,no,100, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS Medications,ntext,no,16, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS Allergies,ntext,no,16, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS NANDA,ntext,no,16, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS Notes,ntext,no,16, , ,yes,(n/a),(n/a),SQL_Latin1_General_CP1_CI_AS Dev_100_Start,datetime,no,8, , ,yes,(n/a),(n/a),NULL Dev_200_Start,datetime,no,8, , ,yes,(n/a),(n/a),NULL Dev_300_Start,datetime,no,8, , ,yes,(n/a),(n/a),NULL Dev_400_Start,datetime,no,8, , ,yes,(n/a),(n/a),NULL Dev_500_Start,datetime,no,8, […]

You rated this post out of 5. Change rating

2003-04-28

1 reads

Technical Article

RE: Recreating Transaction Log From Scratch

  • Reply

Try this CREATE PROCEDURE dbo.usp_ReCreateTranLog /************************************************************************* FILENAME: SQL SERVER OBJECT NAME: dbo.usp_ReCreateTranLog AUTHOR: Phillip Carter DATE WRITTEN: 26 Feb 2002 PURPOSE: Detach and reattach database without specifying transaction log. causing SQL Server to create log file with default size of 512kb ACTIONS: Ensure user is member of sysadmin role Ensure database specified is not a […]

You rated this post out of 5. Change rating

2003-04-28

Technical Article

RE: Termainl Services Performance

  • Reply

Are you running the application terminal services or the remote admin? We run remote admin here and it doesn't impact very much. Running app mode will impact more as the resource requirements go up, but it depends on what they are doing as well. You'd have to measure the load change as more users connect. […]

You rated this post out of 5. Change rating

2003-04-28

Technical Article

RE: "with sample xxx percent" is your friend ...

  • Reply

Havent seen that happen, but I guess it could happen if your data was skewed just do. I would think (but not know for sure) that rebuilding the index would eliminate the problem, so you'd only have worry about cases where a lot of data was added/updated that fell outside the stats you had AND […]

You rated this post out of 5. Change rating

2003-04-28

2 reads

Technical Article

RE: tempdb is not getting recreated

  • Reply

Tempdb is recreated to a default size defined in master not based on model (I believe it is the size value in sysaltfiles). However, it is not uncommon the file is not deleted and when you shut down the SQL Service may need to delete yourself to correct. Delete the tempdb file then restart the […]

You rated this post out of 5. Change rating

2003-04-28

1 reads

Blogs

Simple Talks Episode 7

By

The season 1, seventh episode of Simple Talks is out. Check it out, with...

A New Word: the McFly effect

By

the McFly Effect – n. the phenomenon of observing your parents interact with people...

Key mappings in Visual Studio Code

By

At a recent conference I was asked how I executed code during my presentation....

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