Viewing 15 posts - 5,596 through 5,610 (of 13,460 total)
asranantha (4/10/2012)
1)why a table can have one primerykey?2)what is derivedtable in sql server?
3)what is subquery in sql server?
4)what is insteadof trigger in tsql?
plz tell me answers
i've linked...
Lowell
April 11, 2012 at 10:22 am
whhjops! posted to the wrong thread!
Lowell
April 11, 2012 at 10:21 am
Cadavre (4/11/2012)
Nice Lowell 😀I did a quick test to compare, as I normally do when I see something different.
Cadavre I always love your performance tests.
I have no idea how many...
Lowell
April 11, 2012 at 9:21 am
i've used soem javascript stuff to make a DIV appear based on mouseover; it should be easy to add to the report.
obviously a DIV is not limited to any specific...
Lowell
April 11, 2012 at 9:17 am
you said if you remove the exp() it works.
what value is returned by sum(log(CASE WHEN field = 0.0 THEN 1 WHEN field IS NULL THEN 1 WHEN field= -100 THEN...
Lowell
April 11, 2012 at 9:11 am
SELECT CONVERT(VARCHAR,@date,112) + '' + REPLACE(CONVERT(VARCHAR,@date,108),':','')
i keep a handy proc sp_dates in my master database so i can get a list of common datetime formats for myself:
i just run sp_dates...
Lowell
April 11, 2012 at 9:05 am
=echo=
i'm just Jack and Sean's Parrot today!
Lowell
April 11, 2012 at 9:02 am
paste the CREATE TRIGGER definition here, and the CREATE TABLE definitions for the two tables in question;
with that, we should be able to show you exactly what the issue is.
also,...
Lowell
April 11, 2012 at 9:02 am
that was my point.
I thought you said you said sourceid exists on SQL Server., and assumed you were doing the work from SQL server, with linked servers to Oracle.
What confused...
Lowell
April 11, 2012 at 8:56 am
since there is no WHERE statement, there's not really much to tune, right? that'll be a full table scan regardless of the indexing, I'm thinking.
returning 4.9 million rows will take...
Lowell
April 11, 2012 at 6:45 am
Gazareth (4/11/2012)
Get them to write to an auditing table and then query that for the information you require?
As Lowell says though, after the initial login event...
Lowell
April 11, 2012 at 6:40 am
charipg (4/11/2012)
Thanks Lowell.but i need to get the details of all the users of all the dbs with last logintime to the databases.
The logon event only occurs once;there no lo...
Lowell
April 11, 2012 at 4:31 am
caramelkaps (4/10/2012)
Currently Im just trying to select from Sql server via Oracle. and I...
Lowell
April 10, 2012 at 3:25 pm
caramelkaps (4/10/2012)
But when i try to exceute this query to get values from sql server table it fails and gives an error date...
Lowell
April 10, 2012 at 3:01 pm
i use SSMS tools to always use a template that looks like this:
SET XACT_ABORT ON
BEGIN TRAN
--do stuff like the insert
--check your row counts
--highlight and execute one of the two...
Lowell
April 10, 2012 at 2:24 pm
Viewing 15 posts - 5,596 through 5,610 (of 13,460 total)