Viewing 4 posts - 1 through 4 (of 4 total)
What happens if while the pages are deallocated , another task / process / txn ( or something ) allocates that space for other purposes , and I run the...
September 11, 2014 at 4:57 am
free_mascot (3/11/2014)
Usually everyone knows correct answer...
March 11, 2014 at 6:23 am
I use comments to test changes to parameterised stored procedures without having to create or alter the sproc first.
/**/
CREATE PROC Test @param1 INT, @param2 VARCHAR(20) AS
--*/DECLARE @param1 INT/*
--*/DECLARE @param2 VARCHAR(20)/*
--*/
SELECT...
July 8, 2013 at 3:23 am
When I logged in it gave me an error, but refreshing the page let me in.
Other than that it seems to work well on my Dell Streak. 🙂
January 5, 2011 at 4:28 am
Viewing 4 posts - 1 through 4 (of 4 total)