Sharepoint

Technical Article

RE: Killing locks & session (PROBLEM)

  • Reply

Hi,Thanks for your reply.Actually there were only 1600 records in that table and only 15 small columns were there in that table. And SQL Server as such was not hang. only that particular table is not accessible in any ways. Other tables in that database and other databases were working fine without any problem. And […]

You rated this post out of 5. Change rating

2004-01-28

1 reads

Technical Article

RE: Swapping and nudging items

  • Reply

sometimes the best solution is the simplest CREATE PROCEDURE Usp_MoverItemTest1 (@id char(1),@Direction char(1)) As SET NOCOUNT ON DECLARE @sort int, @id2 char(1) SELECT @sort = sort FROM testsort WHERE id = @id IF @direction = 'U' BEGIN EXEC usp_moveitemtestup @sort , @id2 output END IF @Direction = 'D' BEGIN EXEC usp_moveitemtestdown @sort , @id2 output […]

You rated this post out of 5. Change rating

2003-12-01

1 reads

Technical Article

RE: Thanks for this site ! Any similar for DB2

  • Reply

Just for the heck of it I typed the url http://www.db2central.com. I came up with a plain looking Login/Password page. It makes me wonder... Are there DB2 sites like this out there but you have to know some sort of secret handshake to get in?

2003-08-22

1 reads

Technical Article

RE: Once again subscription mail

  • Reply

Hi uitforums, quote: Emails are down again... Seems to work for about 12 hours then it quits. not noticed yet. My previous mail came in as expected. ??? As for your hint on a RSS reader, your link isn't really an option for me, because it requires IE6. Here at work we have IE5.5 But […]

You rated this post out of 5. Change rating

2003-08-12

1 reads

Technical Article

RE: DBMS vs File Management System

  • Reply

FMS and DBMS are moving together. Oracle has already tried it. Microsoft is now doing so as well (note the date is 2002 on the following article): http://news.com.com/2009-1017-857509.html It's been talked about for awhile about Microsoft going to a SQL Server based file system. Longhorn may bring about that reality. More (from an article dated […]

You rated this post out of 5. Change rating

2003-08-04

Technical Article

RE: DBMS vs File Management System

  • Reply

Hi there The advent of OO databases has been a bit of a shammozel really, and to some degree the main architects (Microsoft, IBM, Oracle) have been guilty of not persuing the technoligies heavily enough. I have a OO DBMS book written some 8 years ago with very thorough mathmatical models and associated structures, so […]

You rated this post out of 5. Change rating

2003-08-03

1 reads

Technical Article

RE: waitresource field in master..sysprocesses table

  • Reply

You could try but you really have to know your data to have a clue. Do SELECT db_name(dbidvalue) to get the database name. Then do DBCC TRACEON(3604) GO DBCC PAGE('dbnamehere',filegroup,pagenumber,3) The output is the page data itself (3 is one option and the easiest to read) but again you have to know you data and […]

2003-07-29

1 reads

Technical Article

RE: Numbering the ResultSet - Equivalent of Rownum

  • Reply

Hi accent-atlant, quote: Do you test it on 1000000 row??? I have slow perfomance... I guess it should only be a work around for a missing ident column. Sure, that you will run into performance issues with million row tables. BTW, interesting homepage (not, that I have understood too much ) Cheers, Frank

You rated this post out of 5. Change rating

2003-07-21

1 reads

Technical Article

RE: Building Business Intelligence Data Warehouses

  • Reply

I work with Tom and the "stovepipe" problem is something I've seen here as well as other places. Having projects like this centralized, even with a steering committee of one can help to prevent inconsistencies. Also, a good look at some of the pitfalls. ETL is a great tool, but not the solution for bad […]

You rated this post out of 5. Change rating

2003-07-15

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