Viewing 4 posts - 1 through 4 (of 4 total)
Or you can set column width:
Tools \ Options \ Query results \ SQL Server \ Results to Text \ Maximumnumber of characters displayed in each column
July 2, 2009 at 11:14 am
Nice article!
When Possible, I will add IF EXISTS and UPDATE sentences and post it here
July 1, 2009 at 6:45 pm
I use this:
ALTER DATABASE dbName SET SINGLE_USER WITH ROLLBACK IMMEDIATE
June 12, 2008 at 12:38 pm
Hi,
I think this may help:
Dim Q as string
Q= "declare @Id int" & vbcrlf & _
"select @Id = isnull(max(IdField),1) from Table" & vbcrlf & _
...
April 22, 2008 at 6:52 am
Viewing 4 posts - 1 through 4 (of 4 total)