Viewing 15 posts - 1 through 15 (of 15 total)
Hello, thank you,
But, is it possible to use a table value function in a computed column?
JoseAcJR
November 20, 2014 at 3:53 am
Thanks everyone, it was exactly the explanation I needed to get!
π
JoseAcJR
July 30, 2014 at 11:10 am
Ok, but let me explain better:
During the installation of SQL Server or even once installed, can we define default value for some types (eg DateTime) for all tables that...
July 30, 2014 at 8:56 am
Hi,
Select #2 Returns 2 rows ???
I donΒ΄t think so..
Error converting string value '2013DEC32 00:00:00' into data type datetime using culture ''.
December 17, 2012 at 3:21 am
Hi Richard,
Varbinary values are the same..
In your example I noticed that was also inserted a zero because it is a odd numbers of digits after 0x
Is there any way to...
November 30, 2012 at 12:11 pm
Lokesh Vij (10/25/2012)
demonfox (10/25/2012)
I found the glitch ..nice question...
thanks
A trick to catch the glitch.
1) Use SSMS, go to "Query" and select "IntelliSense Enabled"
2) Copy paste the code
3) the syntax error...
October 26, 2012 at 4:11 am
It was necessary to practice the basics to get where he is today!
October 25, 2012 at 8:53 pm
but the sqlservr.exe process continues to occupy too much memory ..
July 18, 2012 at 5:44 am
Koen Verbeeck (6/25/2012)
Haven't used NULLIF before, so I learned something.Small error: the select statement selects 4 columns, the answers have only 3.
π
June 26, 2012 at 5:16 am
with MySelect as
(
SELECT Name,
RANK() over(order by UserId) as newUseId
from TableUsers
)
-- Inserts
SELECT newUseId,
'INSERT TableUsers( ... ) VALUES ( '''+ UserId + ''',' + '...)' as SQL1
FROM...
February 22, 2011 at 1:52 pm
Yes, see:
exec dbo.PD_Lista_Tabela_Diferente 'databaseNew' , 'databaseOld'', ''
April 10, 2008 at 10:31 am
Hi, You can do this:
exec dbo.PD_Lista_Tabela_Diferente 'databaseNew' , 'databaseOld'', 'p' --names of tables that start whit "p"
Thanks
π
Jose Anchieta C. Jr
April 8, 2008 at 4:56 pm
Viewing 15 posts - 1 through 15 (of 15 total)