bulk insert

Technical Article

RE: nt_username in sysprocesses table is blank in one server and not in the other.

  • Reply

Mike:I believe that you are on to something. However, I believe that it has to do with the Server and not with Client.  You said “your tests involved changing the Client configuration only”. Was this on the Client or on the Server? The remote clients do not have the client Network Utility installed on their […]

You rated this post out of 5. Change rating

2004-03-16

Technical Article

RE: SQL Server wont start after backup??

  • Reply

All, Thanks so much for your responses.Based on these two articles http://support.microsoft.com/default.aspx?scid=kb;en-us;814848 and http://support.microsoft.com/default.aspx?scid=kb;en-us;240240 this is our problem. To quickly rap them both up; files and folders have two names associated with them a long name a short name.  Short name are applied as applications are installed.  When a backups is preformed the short name […]

You rated this post out of 5. Change rating

2004-03-12

Technical Article

RE: DTS Query

  • Reply

Here is the query...SELECT a.no as no, a.date as date, a.key as key, a.memo as memo, b.name as name FROM Cases_Table a INNER JOIN Dates_Table b on a.key = b.key WHERE b.Name LIKE '%TICKLER%' AND len(a.memo) > 0 ORDER BY name, date, no

You rated this post out of 5. Change rating

2004-01-26

Technical Article

RE: Query Analyzer list of SQL Servers is wrong...

  • Reply

Okay, half of the problem is solved.  Why isn't Instance B showing up in Query Analyzer?Because my crappy old firewall software decided today that it was evil and needs to be kept hidden.  When I turn that off, it shows in the listHowever, the other question remains.  Why does it show these other two instances […]

You rated this post out of 5. Change rating

2004-01-23

1 reads

Technical Article

changing columns in transactional replication???

  • Topic

I'm new to replication. It appears that when I create a publication and subscriber this works fine, but it will not allow me to change a published article, i.e. change a column name or length, etc. I see you can add or delete a column from a published article under the publication properties, but how […]

You rated this post out of 5. Change rating

2004-01-23

Technical Article

RE: find who accessed

  • Reply

sorry Brian it's sql server login. anyway i changed our server audit level to success.seems like i need 2 restart our server.i'll restart our server when there r no logged in users. thanks for ur time. cheers

You rated this post out of 5. Change rating

2003-12-30

Technical Article

RE: Import and export data

  • Reply

Can i do some thing like this?. SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE PROCEDURE EXPORT_IMPORT_DATA(@direction CHAR(20)) AS DECLARE @Table_Name CHAR(100) DECLARE @sql CHAR(200) DECLARE tablename_cursor CURSOR FOR SELECT name FROM sysobjects WHERE xtype = 'U' OPEN tablename_cursor FETCH FROM tablename_cursor INTO @Table_Name WHILE @@fetch_status = 0 BEGIN BEGIN TRANSACTION IF @direction = […]

You rated this post out of 5. Change rating

2003-11-21

1 reads

Technical Article

RE: DTS Connection - ANSI_NULLS setting

  • Reply

quote: I have had this problem before and the solution was to create the procedure from QA not EM. Do you have to create the proc from DTS? Could you not call the procedure from DTS? The point is to create the view dynamically and this is only one step in a very complex DTS […]

You rated this post out of 5. Change rating

2003-11-19

1 reads

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