Viewing 15 posts - 7,861 through 7,875 (of 13,882 total)
So satisfying when you can improve things like that, well done.
November 26, 2015 at 9:19 am
Re1 (11/26/2015)
The source query is taking very much time to produce the data.
below is a sample query used in source component.
tbl_documents table is having 700 rows and tbl_documentdetails...
November 26, 2015 at 7:25 am
John Mitchell-245523 (11/26/2015)
November 26, 2015 at 4:14 am
gkramer 23701 (11/26/2015)
I cannot restore it with the same name on the same databaseserver and I'n not able to restore it to another server (not even with the initial name)!!Guus
Hehe,...
November 26, 2015 at 3:42 am
November 26, 2015 at 2:23 am
TomThomson (11/25/2015)
Steve Jones - SSC Editor (11/25/2015)
Alvin Ramard (11/25/2015)
Steve Jones - SSC Editor (11/25/2015)
November 26, 2015 at 12:41 am
I've suggested this before, but I'll do so again as the spam is driving me mad at the moment.
1) Apply additional rules to new users (< 100 posts, say)
Additional Rules...
November 25, 2015 at 9:41 am
With in excess of 600 posts, you really ought to know how to post questions by now.
Please take a look at the best-practice link for advice.
November 24, 2015 at 5:14 am
Hi Jon
Just because a database has been created does not mean that CREATE TABLE scripts cannot. On the contrary, if the database did not already exist, you would find it...
November 24, 2015 at 5:09 am
Minnu (11/24/2015)
hi Team,How to create a view with below logic,
-- want to delete from unify table before insert.
DELETE FROM dbo.Unify
GO
INSERT INTO dbo.unify (PS_code, PS_Name)
SELECT PS_code, PS_Name FROM [dbo].[Unify_HHT]
Views do not...
November 24, 2015 at 3:25 am
GilaMonster (11/24/2015)
Phil Parkin (11/24/2015)
Thank you, SSC, for helpfully encoding my 'less than' symbol 😀
Happens if the and [ /code] are on the same lime. Put a new line...
November 24, 2015 at 1:57 am
I just don't understand what you mean by 'where should I put the message?'
Why do you need to 'put it' anywhere?
If you need it on a Winform, put it into...
November 24, 2015 at 1:38 am
Thank you, SSC, for helpfully encoding my 'less than' symbol 😀
November 24, 2015 at 12:51 am
dt.Rows.Count < 0
If no rows are returned, the count would equal zero, surely? What makes you think that it would be less than zero?
November 24, 2015 at 12:50 am
Sean Lange (11/23/2015)
Phil Parkin (11/23/2015)
cmc123 (11/23/2015)
can someone help me in writting a cursor with following update statements .This statement will updates each database in an instance of SQL .
UPDATE...
November 24, 2015 at 12:47 am
Viewing 15 posts - 7,861 through 7,875 (of 13,882 total)