backup

Technical Article

Easier way to do this outer join?

  • Topic

I'm trying to outer join two tables, but there are two values from the right side that I have to have, and I can't figure out an easy to do this. DECLARE @aging table (dt smalldatetime, cd int, bkt tinyint, cnt int, amt money) INSERT INTO @aging VALUES ('4/4/2005', 1, 1, 1, 10) INSERT INTO […]

You rated this post out of 5. Change rating

2005-04-04

2 reads

Technical Article

confused about memory

  • Topic

Hello.I've read a bit about SQL Server and memory and it seems I have found conflicting data. Most of our servers have 4 gb of ram.None of our servers are running SQL Server Enterprise edition (all are standard edition).Is it true we are only using 2 gb of memory on each server?Must we include the /3gb […]

You rated this post out of 5. Change rating

2005-03-17

4 reads

Technical Article

RE: Access via User Groups

  • Reply

Sorry, the group is set up as a login using windows authentication rather than sql authentication. I will check the type of group used but i would of thought that it would not be possible to see a domain b local group from within domain a and sql quite happily acknowledges the group exists.

You rated this post out of 5. Change rating

2005-03-16

Technical Article

RE: Storing images and pdf files in SQL Server 2000

  • Reply

We also conducted reseach as to where the best place to store images/documents.  Our orignal plan was to store the images in the file system and use Availl to replicate the images through the firewall.  We were having difficulty getting this to work properly, so opted for Plan B, storing the images in sql server.  […]

You rated this post out of 5. Change rating

2005-03-11

Technical Article

Arranging Data

  • Topic

I have an existing table structure as follows:id          owner         VIN1           dave          86902           matt          86903           joe            77134           barb          3417 What I need to do is re-arrange the data so the results are like:id          owner1         owner2    VIN1           dave            matt        86902           joe                             77133           barb                           3417I have created a temp table that has the new structure but I'm stuck at how to […]

2005-03-09

1 reads

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

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...

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