String

Technical Article

RE: Best Practices for Reboot Schedule

  • Reply

Like most respondants we only reboot our servers when neccessary. However as an aside this means you need a scheduled job to cycle your sql logs regularly (we do once a week, but we keep more than the default 6 past logs). The first time you try and check out the log file of a […]

You rated this post out of 5. Change rating

2003-07-09

Technical Article

RE: Starting trouble

  • Reply

Let me clarify the topic once again I am not doing anything with the data just inserting from one table to another Like Insert into Table1 (po_no,po_date ,…..) Select po_no ,cr_date from Table2 Both are date fields , All most other procedures and queries are running well ,one difference I noticed is startup procedure is […]

You rated this post out of 5. Change rating

2003-07-08

Technical Article

RE: formatting variable output

  • Reply

Bit rought around the edges! Create Table TestII(IDi int,AID INT, [Name] Char(2)) GO Insert TestII values(1,2,'ba') Insert TestII values(2,2,'cr') Insert TestII values(3,2,'de') Insert TestII values(4,1,'ba') Insert TestII values(5,3,'ba') GO Create Function TestIII(@intAID Int) returns char(100) as Begin Declare @v Varchar(100) Set @v='' Select @v=@v+[name]+',' From TestII Where Aid=@intAid If DataLength(@v)>0 Set @v=Left(@v,DataLength(@v)-1) Return @v End […]

You rated this post out of 5. Change rating

2003-05-22

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