Activity

Technical Article

Unable to create Publication

  • Topic

Hello,I am having a strange problem. I am unable to create ANY new publication on any of the databases. I try to add it using the SQL Enterprise Manager or Query Analyzer and get the following error for exec sp_addpublication :Server: Msg 14294, Level 16, State 1, Procedure sp_verify_job_identifiers, Line 24 Supply either @job_id or @job_name […]

You rated this post out of 5. Change rating

2005-05-03

3 reads

Technical Article

RE: SQL Server Restore

  • Reply

Hi again... Now it'sServer: Msg 3206, Level 16, State 1, Line 1 No entry in sysdevices for backup device 'f:\cp.bak'. Update sysdevices and rerun statement. Server: Msg 3013, Level 16, State 1, Line 1 VERIFY DATABASE is terminating abnormally.  The backup is NOT from that server... undestand ? 

You rated this post out of 5. Change rating

2005-03-14

Technical Article

RE: String Tokening

  • Reply

Not aware of a function, per se but you could try thisSELECT CASE WHEN PATINDEX('%[^0-9]%',[Input])>0 THEN LEFT([Input],PATINDEX('%[^0-9]%',[Input])-1) ELSE [Input] END  

You rated this post out of 5. Change rating

2005-03-14

Technical Article

Disappearing distribution job

  • Topic

I am copying all data from a production database to a development counterpart (both SQL Server 7) weekly by means of snapshot replication, but I am mystified by the repeated disappearance of the distribution job.  I use the Enterprise Manager wizard to create the push subscription on Friday, creating a distribution job in the SQL Server […]

You rated this post out of 5. Change rating

2004-09-08

Technical Article

RE: Database recovery

  • Reply

Hi James,what do you mean with the database is corrupted ? What error does it give. Can you access the database ?If the status of the database is loading, check your settings in BackupExec. I know that older versions did leave the database in that status in order to restore Tlog backups. If you don't […]

You rated this post out of 5. Change rating

2004-09-07

Technical Article

RE: Passing variables

  • Reply

Hi Lane,Please check the length of the datatype you have used in ur stored proc(sp). I assume u have used varchar as ur datatype. If u have not given any length than it will take the first character of the string that u have passed as a parameter to u r sp.by the way please […]

You rated this post out of 5. Change rating

2004-05-21

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