Community discussion forum

sql server database

  • 8 months ago
    how to create simple database in sql server and whos the developer? please kindly answer...its urgent.......its for reporting..tnx..
    Post was edited on 02/03/2009 04:54:07 Report abuse
  • 8 months ago
    tnx.....
  • 8 months ago
    this script will make a simple database. i hope it will helps you USE master GO CREATE DATABASE DatabaseName ON ( NAME = DatabaseName_dat, FILENAME = 'D:\SQLDatafiles\DatabaseName.mdf', SIZE = 4, MAXSIZE = 10, FILEGROWTH = 1 ) GO Bit
  • 8 months ago
    HI Bit Are you familiar with crystal report?
  • 8 months ago
    my knowledge is not that much deep - sorry i cannot help you.
  • 8 months ago
    ah ok no prob. thanks anyway :) have a nice day Bit!

Post a reply

Enter your message below

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!