Viewing 15 posts - 46 through 60 (of 110 total)
SELECt * FROM (set of join tables...) WHERE City = 'Toronto' AND City = 'Vancouver'
The WHERE criteria will never be fulfilled. If you want to get result for both Cities...
November 16, 2010 at 4:30 am
Thanks for this good documented article. I definitely will get more into test driven development on SQL Server now. Actually in my old times as Cobol programmer (Hear, hear) this...
October 29, 2010 at 1:29 am
Check this http://www.simple-talk.com/sql/learn-sql-server/sql-server-full-text-search-language-features/
Takes about 10seconds to google for the whole sentence and you get an answer.
October 26, 2010 at 12:46 am
I just scripted a linked server I have. Maybe you can ignore the whole server option stuff.
EXEC master.dbo.sp_addlinkedserver @server = N'YourServerName', @srvproduct = N'SQL Server'
EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname =...
September 22, 2010 at 1:33 am
I use SQL Response to monitor all my servers in various locations around the globe.
August 27, 2010 at 1:14 am
Using a SSD is a really smart idea! Thanks for that!!:satisfied:
August 17, 2010 at 2:10 am
Interesting question! Well, I get my ideas when I'm not thinking of having an idea. Best place is in the morning under the shower. Then I'm in this state of...
August 6, 2010 at 12:53 am
Have you tried to increase the OLE/DDE timeout value? Just a guess but worth a try. The following example sets the timeout value 60seconds.
Application.SetOption "OLE/DDE Timeout (Sec)", 60
July 7, 2010 at 1:41 am
Interesting! Do you think a dynamic pivot form would do the trick?:unsure:
March 29, 2010 at 3:41 am
Hi,
If I understand correctly you want to create the controls on a form on the the fly using some "meta" data about the form from a table?
Check this: http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=259
This explains...
March 29, 2010 at 2:37 am
Check this http://www.sqlservercentral.com/Forums/Topic509369-338-1.aspx or create an acceess project (adp).
Some time ago I played around with Access and stored procedures. I share this file on my SkyDrive (ZIP).
This is the link:
http://cid-fc70428b0c8daeb3.skydrive.live.com/self.aspx/.Public/MS%20Access?authkey=8k8hGJ7srSY%24...
March 1, 2010 at 1:19 am
Being able to read sometime helps :blush:
February 25, 2010 at 1:43 am
Hi,
Thanks for this very comprehensive script. I tried to help and run it on one of my servers but I see the same as kwilt.
Script runs through reporting success but...
February 24, 2010 at 4:37 am
Hi RainbowFfolly,
I think your contribution is valuable and outstanding! No reason for any appologie!
Cheers and keep up this attitude
René
🙂
February 22, 2010 at 5:13 am
Viewing 15 posts - 46 through 60 (of 110 total)