Search results for "title"

Your search for "title" returned 100 results:

Technical Article

Problem when i try to Disable Publishing and Distribution

  • Topic

Hi, i have this problem, when i try to disable publishing and distribution server, the wizard present this Error: ************** TITLE: Disable Publishing and Distribution Wizard ------------------------------ SQL Server could not connect to the Distributor, ''. Do you want to disable publishing on '' without removing entries for this Publisher from the distribution database? ------------------------------ […]

You rated this post out of 5. Change rating

2014-04-24

2,466 reads

Technical Article

Problem Saving SIS Import Package Using Import and Export Wizard

  • Topic

I often have to import data from a CSV file into SIS. I have been doing this manually, using the Import and Export Wizard. I would like to save the import package, instead of having to go through the wizard every time. However, whenever I try to save the package using the wizard, I get […]

You rated this post out of 5. Change rating

2013-12-09

300 reads

Technical Article

Upgrade in place error (2017 to 2019) - invalid name space.

  • Topic

Upgrade stops with an invalid namespace error (that was it, no error codes of any kind).  Retry fails.  then hit the Cancel button and the upgrade continued and finished.  This was in the SqEngineCongigAction_upgrade_config_Cpu64 phase.  This was a warning and the finish was all green.  I had uninstalled SSMS and rebooted before the upgrade. I […]

You rated this post out of 5. Change rating

2021-11-29

6,615 reads

Technical Article

Converting XML to varchar(max)

  • Topic

I need to store my xml out put in an varchar(max) field. when i try to convert my xml ("for xml explicit") i am getting the following error. any help will be greatly appreciated. Error: "The FOR XML clause is invalid in views, inline functions, derived tables, and subqueries when they contain a set operator. […]

You rated this post out of 5. Change rating

2009-02-24

2,379 reads

Technical Article

Test connection failed because of error initializing provider. Login failed for

  • Topic

Hi I am trying to create a SSIS package run on a Server Agent job. I have created a user in SSMS that I think has the correct access to the correct databases yet i am getting a login failed in both the job and in the SSIS package in visual studio. Can anyone point […]

You rated this post out of 5. Change rating

2021-08-25

10,432 reads

Technical Article

Search keyword "with" in FullText search using CONTAINSTABLE is ignored and the exact keyword search is not working

  • Topic

I have following data in "title" column. The column "title" is included in my FullText search. I have following data in title column: webcam with laptop webcam with charger webcam and laptop webcam with cable webcam and mouse webcam only webcam laptop and mouse I am searching "webcam with" and using following query: the results […]

You rated this post out of 5. Change rating

2011-07-28

134 reads

Technical Article

Discussion Forum - table design suggestions

  • Topic

Hi, I am working on this discussion forum, same like this one. I have created two tables - one to store the parent messages, ie., the first message in a thread, and second table to store all the child messages or the replies. This is the table design. ForumParents - threadid, userid, title, message ForumChildren […]

You rated this post out of 5. Change rating

2007-03-09

94 reads

Technical Article

SQL Certification Industry Standard?

  • Topic

I was recently informed that my CV was misleading becasue i put my current job title as SQL server DBA yet i dont have the Microsoft DBA certifcation. The objection made was:If your present employer lets you claim to be a DBA [without being certified] then that is up to them however it is not industry standard and […]

You rated this post out of 5. Change rating

2006-10-19

7 reads

Blogs

Part 2: The Modern Azure Data Warehouse – ADF and ADLS

By

In today’s data-driven world, having the right tools to manage and process large datasets...

A New Word: Flichtish

By

flichtish – adj. nervously aware how much of your self-image is based on untested...

Automating Container Image Builds with Docker Build Cloud and Github Actions

By

In a previous post we went through how to use Docker Build Cloud to...

Read the latest Blogs

Forums

Backup with Checksum Show No Issues, While DBCC CHECKDB Reports Errors

By IT researcher

I took a backup with the CHECKSUM option, which was successful and showed no...

Realities of Predictive Analysis

By Louis Davidson (@drsql)

Comments posted to this topic are about the item Realities of Predictive Analysis

Linked Server Product Name?

By Brandie Tarvin

Just came across something weird. Was wondering if anyone else has ever seen this....

Visit the forum

Question of the Day

Creating Statistics on XML

I have a table in SQL Server 2022 that is an XML data type. I have an index on this column and want to create statistics using CREATE STATISTICS for some of the data in the column. What should I do?

See possible answers