Analysis Services (SSAS)

Technical Article

RE: email validation

  • Reply

Sort of a Moment 22 then? How would you know if the address is valid without trying to send it? Only the mailserver knows if it can send the mail or not. However, if you wonder about how to validate a string to be conformant to a valid address (ie that the 'format' is right), […]

You rated this post out of 5. Change rating

2004-01-14

Technical Article

RE: registering a remote database

  • Reply

Kenneth, You are correct, but surely SQLBill is on the right track here - just because you can ping the server doesn't mean that TCP 1433 (or whatever non-default port may be in use) is open for SQL Server connections.  I thought we should clarify that so that MegHardy would know that they should follow-up […]

You rated this post out of 5. Change rating

2004-01-08

Technical Article

RE: Deletign a log file: Urgent

  • Reply

I use these 2 statements as two different steps in a job to back up the log and then truncate it.  Works well.Step 1BACKUP LOG [MyDB] TO  DISK= 'D:\Backup\MySqlServer\MyDB\MyDbLog.dat'  WITH  NOINIT , RETAINDAYS=2, NOUNLOAD ,  NAME = N'MyDB Translog Backup',  NOSKIP ,  STATS = 10,  NOFORMATStep 2USE master BACKUP LOG MyDB WITH NO_LOG GO USE MyDB […]

You rated this post out of 5. Change rating

2004-01-07

1 reads

Technical Article

RE: Beta Test New Forums

  • Reply

Processing aborted when updating my personal info. Steve Jones sjones@sqlservercentral.com http://qa.sqlservercentral.com/columnists/sjones The Best of SQL Server Central.com 2002 - http://qa.sqlservercentral.com/bestof/ www.dkranch.net

2003-12-29

Technical Article

RE: Structuring SQL to retrieve data from child recs

  • Reply

weissa, Can you answer jxflagg Last question? I have no clue about what are your presentation requeriments and That makes it harder for me so I am guessing now: Suppose you have TableChild (ChildID int, ParentID int , Property varchar (100)) You Could Do: Declare @strAllChilds varchar(4000) Declare @MasterRecordID int SET @MasterRecordID = X SELECT […]

You rated this post out of 5. Change rating

2003-12-24

Technical Article

RE: Slow Response on Clustered Server

  • Reply

quote: App is too slow starting the connections up on the fly. These take up resources. Ahh. So you're saying the reason for the poor database response may be the hogging of SQL resources by Lawson, and I'm just witnessing the symptoms of it even in Query Analyzer.

You rated this post out of 5. Change rating

2003-12-18

1 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