cosmosdb

Technical Article

Can''t connect to ''Local'' or server name via QA

  • Topic

We found out that when we run @@servername that it returned null so I sp_addserver 'ourservername' and restarted SQL. I now relize I should have used the local option with sp_addserver but now I can't connect to my server via QA at all. I have tried local,'servername',IP address and it doesn't work. The server is […]

You rated this post out of 5. Change rating

2005-03-25

Technical Article

RE: Maint plan won''''t delete .trn logs as scheduled

  • Reply

I've run into something similar on a regular basis with my servers. Mine occurs on the full .bak as well as the .trn. I'm assuming SQL2K on Win2K(3). If you have the the "Run integrity checks before backups" checked on in the maint plans, and the integrity checks fails -- usually because someone is in […]

2005-03-11

Technical Article

RE: Obtaining error message information in alerts and jobs

  • Reply

Look in Books OnLine for sp_add_jobstep where the specifaction for the @command can include one or more of the case-sensitive tokens which are replaced at run time.  These token are not availalbe under query analyzer but only is a job that has been invoked by an alert !Be sure to wrap the tokens with double quotes […]

2005-03-03

Technical Article

RE: High CPU Usage

  • Reply

As Jeff just told you, at the really first step you have to check the indexes.Use the Profiler to check which are the statements using the most of the ressources (either Duration or CPU or disk).Afterwords you can execute those queries in QA where you can check the access plan. So you can see, whether […]

You rated this post out of 5. Change rating

2005-02-22

Technical Article

RE: sql server Raiserror function

  • Reply

My guess would be that there would only be extra overhead when the RaiseError was invoked (Maybe not even then).You could test it by running a script without any RaiseError statements then adding the RaiseError statements and comparing the results.  If the timings are the same with no errors conditions, then you should be okay. Hope […]

2005-02-14

Technical Article

RE: help with a query output

  • Reply

<% var to = Server.CreateObject("ADODB.Recordset"); to.ActiveConnection = MM_s4r_STRING; to.Source = "SELECT newdate, news FROM dbo.news"; to.CursorType = 0; to.CursorLocation = 2; to.LockType = 1; to.Open(); var to_numRows = 0; %><% Response.Write "&news=" & Server.URLEncode(to.Fields.Item("news").Value) Response.Write Server.URLEncode(to.Fields.Item("newdate").Value) %><% to.Close(); %>

You rated this post out of 5. Change rating

2005-02-14

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