Topics
Started by
Posts
Last post
declare @nam int set @nam= cast(year(getdate()) as int) print @nam
1 replies
Hi, I m trying to retrieve all rows based on one colunm i.e. imgdata whose property is varbinary(ma…
2 replies
Hi, I create a trigger AFTER DELETION, which will copy the records deleted to another table alo…
5 replies
I am working on some financial DATA reports for Payroll. When testing, I found that users with BRO…
3 replies
Is there a script out there that will search a database for a particular column name? I have seen a…
2 replies
I got this to work (mostly), but this is what the file looks like; ColumnName ----------- 111…
3 replies
Is there Any encrypt/decrypt algorithm for sql2000&sql2005? I used AES algorithm for sql2000,…
1 replies
SQL Forum: I'm unfamiliar with SQL 2005 and SQL 2008 Express Edition. I would like to know if eithe…
3 replies
I'm running an update script that I can't get to recognize changes from null to a not null. Table …
2 replies
Hello Experts, Actually I have a Dynamically generated table with the columns names like Q1, Q2....…
37 replies
Hi guys, I have date and time column in a table in this format: date - 20090326 and time 43000 or 1…
4 replies
I have a couple options but am too uninformed to know which road to take. My options are: complet…
4 replies
My table: CREATE Table kund( kund_id int IDENTITY(1,1) NOT NULL, kundansvarig_id int Constrain…
5 replies
Hi, I have a table with amongst others, 3 columns of type int and 1 column of type datetime. The 3 …
2 replies
Hi All, We want to install sql sever 2005 on sql server 2000 production server, Is there any known…
1 replies
Viewing 15 topics - 5,296 through 5,310 (of 10,974 total)
You must be logged in to create new topics.