Viewing 15 posts - 1 through 15 (of 22 total)
Thanks, you've been very helpful, much appreciated, will have a look at BOL for further info.
My next task is to create an SSIS package for copying the result I just...
August 14, 2008 at 10:21 am
Thanks to you Adam and Grant, I got a result now, Its quite a long row, I noticed that the column 'RS.individual_id = 10734589 ' was repeated a few times,...
August 14, 2008 at 10:04 am
Thanks for the contributions, I tried the tsql sent by adam below:
SELECT
* --replace with what you want if not all
FROM
recent_student RS
JOIN
recent_student_graduate_2330 SG2 ON RS.individual_id = SG2.individual_id
JOIN
recent_student_professional SP ON...
August 14, 2008 at 8:06 am
Thanks for your reply Grant, there are actually no primary and foreign keys on the tables.
August 14, 2008 at 6:02 am
I am a DBA, actually setting up a test environment, so I have installed the server, restored a database, created a user and login for it, will be doing various...
August 12, 2008 at 10:09 am
The 'login name' column from sql server should be used to find the 'surname' and 'initials' in outlook. Need to find a way of doing that.
The results in the...
July 1, 2008 at 4:59 am
Yes, no 3 has to be done manually, I think I need to create a table, then insert the surnames and initials. I have checked syslogins and sysdatabases and they...
July 1, 2008 at 4:40 am
I have scripted the trace, now the challenge is to run a job, setting the trace to stop, then restart, the trace will definitely not enter the job step, so...
May 20, 2008 at 5:19 am
Hi, just a quick one, if I set the appropriate events in profiler on a server (stored procedures and adhoc queries), can it capture all the previously run transactions on...
May 15, 2008 at 9:05 am
Thanks for that, also can you suggest a value to set for the fill factor, books online says anything between 0 to 100%, can I also set fill factor on...
May 15, 2008 at 7:20 am
Thanks Carolyn, will let you know how thing go, if I need further help.
May 15, 2008 at 3:47 am
Viewing 15 posts - 1 through 15 (of 22 total)