Viewing 15 posts - 16 through 30 (of 66 total)
Hi,
Yes it works (although I've no idea why!).
THanks
March 14, 2012 at 8:17 am
Hi,
I've got this working but not fully happy with solution. I made a Temporary table and put the results that I wanted to add together into this...
March 14, 2012 at 4:54 am
Hi,
I partly guessed it was dong what I told it to do: it's just that I was telling it the wrong thing!!!
I've tried your solution and it...
February 28, 2012 at 9:57 am
Yes, I found the problem, I had missed one of the Joins as noted in my second post.
Sorry!
February 8, 2012 at 8:46 am
Sorry,
Solved. I forgot to add the join between sys.index_coluns.index_id and sys.index_indexes.index_id
Fixed:
SELECTSysI.object_id
,SysI.name AS IndexName
,SysI.index_id
,SysI.type_desc AS IndexType
,SysC.name AS ColName
,CASE...
February 8, 2012 at 8:09 am
Hi,
Eventually cam eback to this and after some more research, I discovered that the Instance was set to Windows Authentication Mode only and not Windows & SQL Server Authentication!
Fixed anyway,...
July 19, 2011 at 5:50 pm
Hi,
I've been scratching my head on something similar. I couldn't connect to the database from the server on which it was running (test DSN). I tried every combination of creating...
July 19, 2011 at 5:48 pm
Hi,
So if I want to add a Login, I first create a User e.g. called TestUser on the database and then:
CREATE LOGIN TestLogin WITH PASSWORD...
July 6, 2011 at 2:44 pm
It's on a server that I remote onto. The Name is (servername)\SQLEXPRESS
I was trying to create a DSN one the server just to test the connectivity.
July 5, 2011 at 3:27 pm
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
This one? Yes, I did; well, pardon the pun, I "scanned" it rather than reading slowly and nothing on performance of IS NULL jumped out at me.
July 5, 2010 at 3:02 pm
The tables will not contain that many rows (<5000) but I'd be concerned if performance was slow or if I use this logic on larger tables. If I changed the...
July 5, 2010 at 2:23 pm
Hi,
I didn't really want to use dynamic SQL because of the risk of SQl Injection (it's for an internet site). I have settled on this:
(@Category =...
July 5, 2010 at 10:08 am
Hi Adi,
Thanks for your answer: that is exactly where I went wrong.
Dec.
March 25, 2010 at 4:08 am
Hi,
Kingston's answer works.
Thanks for both answers,
Dec.
March 25, 2010 at 4:06 am
Hi,
Yes, I think that's what I'm looking for: I'll give it a go later on this evening.
Thanks.
December 12, 2007 at 3:06 am
Viewing 15 posts - 16 through 30 (of 66 total)