Viewing 15 posts - 46 through 60 (of 86 total)
Hi micky t.
I have done that and all seems fine now
thanks everyone.
not sure how to close this as resolved
June 18, 2013 at 7:27 pm
Hi all
yes i agree, i am not sure about the left out join thats what has confused me a bit.
would this query provide the same results?
SELECT distinct a1.Netbios_Name0,
c1.SerialNumber0,
a1.Operating_System_Name_and0,...
June 18, 2013 at 4:48 pm
thank you that worked a treat
June 16, 2013 at 10:51 pm
HI ADMIN
CAN YOU CLOSE THIS TOPIC AS I HAVE FIGURED IT OUT AND DONT KNOW HOW TO MARK AS SOLVED OR CLOSE IT
THANKS
June 13, 2013 at 6:34 pm
that works thanks very much for your prompt response
May 16, 2013 at 11:53 pm
I have done that although this looks a little closer it comes up with the error
Incorrect syntax near 'Synergy_SAR_Raw'.
May 16, 2013 at 11:24 pm
I have an update but still stuck around the bulk insert quotes part
i have passed in a variable
ALTER procedure [dbo].[importSAR]
@importedfile nvarchar(50)
and tried this
BULK INSERT newtable
FROM ''C:\inetpub\wwwroot\'' ''@importedfile''
WITH ( FIRSTROW...
May 16, 2013 at 11:17 pm
Do you know of any free ones, when I have tried to look for some they all have to be paid for
thanks again
May 5, 2013 at 3:32 pm
so does that mean my procedure I have encrypted is offically unreadable,editable even though I am the owner because I have not kept the original source???
May 2, 2013 at 6:29 pm
right i have figured out how to encrypt my procedures by doing
alter procedure procedure name with encryption as
bla bla bla
now I have a procedure with a little padlock next to...
May 2, 2013 at 6:23 pm
yeah it just comes up that the textheader is not available etc due to insufficient access rights so yeah looks like its encripted
also my other question , how would I...
May 2, 2013 at 6:16 pm
Hi rollercoaster
thats fantastic I cant thank you enough, the problem ended up being a wrong datatype in one of the columns
thanks again
April 2, 2013 at 3:45 pm
Hi there no im not getting any error messages it is just hanging, i am new to sqlserver, where would i locate the profiler and the sql error logs
thanks
April 1, 2013 at 10:44 pm
thanks for that
enjoy your weekend
March 14, 2013 at 5:34 pm
Viewing 15 posts - 46 through 60 (of 86 total)