Topics
Started by
Posts
Last post
Sql script required to generate database object script.
3 replies
Does MS SQL Server have a light weight embedded databases for .Net Development tools? S.Mahlaba
1 replies
Which data type should we use after encryption of data using data encryption logic? currently data …
3 replies
Hi Guys, Posting after a long time. I came across this very interesting Contest for Developers in I…
2 replies
There is triggers for insert, Update for a table. Is there any advantage in performance to create t…
3 replies
-- Genealogy table IF OBJECT_ID('Person','U') IS NOT NULL DROP TABLE Person; GO CREATE TABLE Person…
4 replies
Hi All, I load one flat file to sql server. in that table there is one fileld Extended_Desc colu…
2 replies
declare @report_instance nvarchar(50) select @report_instance = case when @@servername like …
2 replies
Hello All, I have refreshing the pivot table using script task inside the SSIS package and it worke…
1 replies
Hi everyone, Few of the queries that I'm watching now have 15-20 case expressions. Just curious if …
2 replies
HI All, I wanted to have a data comparison of two tables (Employee, lets say.) residing at differen…
5 replies
Hi everyone, I am interested to learn about SQL Server, so basically I download the express verssio…
9 replies
Hi, Im new here so hello all 🙂 Ive had a look through the forums and cant see a post that actually …
8 replies
;WITH xmlnamespaces (default 'http://schema.cvent.com/surveys/XMLSchema.xsd') SELECT count(*) FROM …
1 replies
I have a master script that contains all the object in an existing database all scripted out to be …
4 replies
Viewing 15 topics - 556 through 570 (of 4,155 total)
You must be logged in to create new topics.