Browse by Tags
All Tags »
SQL (
RSS)
Sorry, but there are no more tags available to filter with.
For anybody battling to get a Full Text search catalogue started in SQL2005: If the management studio gives you the error code 7610, it means that it cannot write to the desired location. Took me forever to find this out! Just thought I'd share. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
while replying to a post on saDev, I found this article in regard to the SQLDMO using C#. must remember this and check it out later when I have time.... Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Hey guys, Is it poosible to use a variable as a column name in SQL? EXAMPLE: DECLARE @TEST VARCHAR(100) SET @TEST = 'NAME' SELECT @TEST FROM TABLE1 Quiet obviously I'm getting the value of @test back eachtime. I'm 99% sure its possible but my googling so far hasn't turned up anything. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!