Clustered Index

Technical Article

RE: Backup Possessive or Performance hog ???

  • Reply

A mapped drive is only available to the user who creates it. SQL Server runs under the system account and the mapping is not recognised by the system account(unless it is a share). UNC means the fully qualified path i.e. \\servername\drive_letter$\directory Can you try the below sqlmaint -D Database -WriteHistory -VrfyBackup -BkUpMedia DISK -BkUpDB "\\servername\I$\DIRECTORY" […]

You rated this post out of 5. Change rating

2004-06-30

Technical Article

Query Help: Replace between two tables for each row

  • Topic

I was hoping that someone could help me figure out the appropriate query for the following situation.  I have two tables, in two different datbases. For each row in table A, I need to replace a value in table A with the a value from a corresponding row in table B. There is a one-to-one key mapping between […]

2004-02-26

1 reads

Technical Article

RE: help with the " LTRIM " and split

  • Reply

create function fn_reverse (@strin varchar(4000)) returns varchar(4000) as begin  declare @return varchar(4000)  declare @ascii smallint, @numeric bit, @space smallint, @start smallint  declare @i smallint, @j smallint  select @i = 1, @start = 1  while @i <= len(@strin)  begin   set @ascii = ascii(substring(@strin, @i, 1))   if @ascii >= 48 and @ascii <= 57  --number […]

You rated this post out of 5. Change rating

2004-02-24

Technical Article

RE: How to convert vertical records to horizontal?

  • Reply

Frank,Don't be so quick to give up on the data layer.  I had a similar challenge... I've posted ALL the code including the example data and table creation.  The actual code that does the work you are looking for is very short.  If you don't need the delimiter, set the delimiter to '' and you'll […]

You rated this post out of 5. Change rating

2004-02-16

Technical Article

RE: truncate log after differential bkup

  • Reply

Not much other than failure error as shown below. I won't be back in my office til Monday so I'm not being rude by not replying... I really do appreciated your help on this. 2003-11-20 12:30:08.15 backup Database differential changes backed up: Database: TCPrd, creation date(time): 2003/06/24(07:38:28), pages dumped: 14395, first LSN: 16318:876:5, last LSN: […]

You rated this post out of 5. Change rating

2003-11-20

1 reads

Blogs

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...

Snowflake + Azure blob

By

Let’s go back to data platforms today and I want to talk about a...

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