Comments
Sort by recent activity
Hi Matthew.
Yes, copying the shortcut to my 'Inicializar' folder solved the question.
Esio / comments
Hi Matthew.
Yes, copying the shortcut to my 'Inicializar' folder solved the question.
Esio
There is a gap.
When typing the insert for existent tables, the SP3.8 doesn't bring the identity colum (and I'm happy for this), but if you create a new table and type the insert command, so SP3.8 will mount the insert command based on the create table script, it brings the identity column.
Regards,
Esio / comments
There is a gap.
When typing the insert for existent tables, the SP3.8 doesn't bring the identity colum (and I'm happy for this), but if you create a new table and type the insert command, so SP3.8 ...
Hi Bart. I tried to understand this, but can't explain this also.
And look, if I use the following statement, but with alter table, with the blank lines before the statement, when I refresh the cache. SP35 now can show the trigger code, but doesn't show the blank lines
**********************
CREATE trigger AMZ_Delete on dbo.ARMAZEM
for DELETE
as
select * into #inseridos from inserted
select * into #deletados from deleted
execute dbo.pr_Grava_Log 'ARMAZEM' @ERROR <> 0 GOTO Erro
return
ERRO:
begin
ROLLBACK TRANSACTION @servername)
RETURN
end
******************************* / comments
Hi Bart. I tried to understand this, but can't explain this also.
And look, if I use the following statement, but with alter table, with the blank lines before the statement, when I refresh the cac...
select * from dbo. <popup doesn't appear>
select * from dbo.A <popup doen't apper>
select * from dbo.AC <popup appears with my tables/views starting with AC. With the popup showed , ff I delete de AC, the popup show all objects>
select * from dbo.. <popup appears normaly, but note I typed two ".">
select * from dbo. <pressing ctrl+space, popup appears>
Thanks
Ésio / comments
select * from dbo. <popup doesn't appear>
select * from dbo.A <popup doen't apper>
select * from dbo.AC <popup appears with my tables/views starting with AC. With the popup showed , ff I delete de ...
Ok Bart.
It's now clear for me what is happening.
Well, for me, it isn't the perfect environment, but of course, this little problem will not decrease all benefit SP brought.
We can survive with this ;-)
Thanks a lot for your clearly response.
Best regards
Ésio / comments
Ok Bart.
It's now clear for me what is happening.
Well, for me, it isn't the perfect environment, but of course, this little problem will not decrease all benefit SP brought.
We can survive with th...
Bart.
I don't have a specific script.
I just type my statementes in one database, then I clear my command window (using ctrl+shift+del), then I type use <db> alt+x, then I again clear my command window and start typing my new command.
Sometimes, SQL Prompt brings me the oldier database schema.
Ésio Nunes / comments
Bart.
I don't have a specific script.
I just type my statementes in one database, then I clear my command window (using ctrl+shift+del), then I type use <db> alt+x, then I again clear my command wi...